Navigation
API > API/Runtime > API/Runtime/Engine
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 | UDynamicSubsystem |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Subsystems/Subsystem.h |
| Include Path | #include "Subsystems/Subsystem.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UDynamicSubsystem : public USubsystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UDynamicSubsystem
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDynamicSubsystem() |
Subsystems/Subsystem.h |