Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Subsystems/Subsystem.h |
Include |
#include "Subsystems/Subsystem.h" |
class UDynamicSubsystem : public USubsystem
Dynamic Subsystems auto populate/depopulate existing collections when modules are loaded and unloaded
Only UEngineSubsystems and UEditorSubsystems allow for dynamic loading.
If instances of your subsystem aren't being created it maybe that the module they are in isn't being explicitly loaded, make sure there is a LoadModule("ModuleName") to load the module.
Name | Description | |
---|---|---|
|
UDynamicSubsystem() |