Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 883 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 883 Bytes

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