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 |
void ForEachSubsystem
(
TFunctionRef < void *)> Operation
) const
Remarks
Run the given operation on each registered subsystem. Any new subsystems registered during this operation will also be visited. It is not permitted to remove subsystems (e.g. by calling DeactivateExternalSubsystem) during this operation.