Allows you to create subsystems in blueprints.
To do this, create a UObject blueprint class derrived from class UBlueprintSubsystemBase
Don't forget to add the class to the active list in the settings.
Note: Only then you will be able to get a subsystem using the Get Subsystem function
Doxygen documentation: GitHubPages
Documentation sources: GitHub