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 DeactivateExternalSubsystem
&40;
UClass &42; SubsystemClass
&41;
Remarks
Unregisters and removed instances of the specified Subsystem class from all existing SubsystemCollections of the correct type. Should be used by specific subsystems in plug ins when plugin is deactivated.