UDynamicSubsystem

Dynamic Subsystems auto populate/depopulate existing collections when modules are loaded and unloaded

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Subsystems/Subsystem.h

Include

#include "Subsystems/Subsystem.h"

Syntax

class UDynamicSubsystem : public USubsystem

Remarks

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.

Constructors

Name Description

Public function

UDynamicSubsystem()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss