Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Subsystems > API/Runtime/Engine/Subsystems/FSubsystemCollectionBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Subsystems/SubsystemCollection.h |
| Include | #include "Subsystems/SubsystemCollection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Subsystems/SubsystemCollection.cpp |
static void ActivateExternalSubsystem
(
UClass * SubsystemClass
)
Remarks
Registers and adds instances of the specified Subsystem class to all existing SubsystemCollections of the correct type. Should be used by specific subsystems in plug ins when plugin is activated.