Subsystems
UnrealSharp supports any of the engine’s subsytem classes. These classes are great way to create singletons in Unreal Engine.
Subsystem names in UnrealSharp
The only difference is that you need to inherit from the CS wrapper, due to the lack of reflection exposed functions in the engine’s subsystem classes.
Getting Subsystems
Getting the subsystems are really simple, you just do any of the following, depending on what type of subsystem you inherit from:
Last updated