Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSubsystemCollectionBase
Description
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.
| Name | DeactivateExternalSubsystem |
| 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 DeactivateExternalSubsystem
(
UClass * SubsystemClass
)