Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSubsystemCollectionBase
Description
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.
| Name | ActivateExternalSubsystem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Subsystems/SubsystemCollection.h |
| Include Path | #include "Subsystems/SubsystemCollection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Subsystems/SubsystemCollection.cpp |
static void ActivateExternalSubsystem
(
UClass * SubsystemClass
)