Skip to content

ArtemIyX/BlueprintSubsystemsUnreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blueprint subsytems plugin for Unreal Engine 5.3

Get Subsystem

Description

Allows you to create subsystems in blueprints.

To do this, create a UObject blueprint class derrived from class UBlueprintSubsystemBase

Blueprint Class

Misc

Don't forget to add the class to the active list in the settings.

Settings

Note: Only then you will be able to get a subsystem using the Get Subsystem function

Documentation

Doxygen documentation: GitHubPages

Documentation sources: GitHub