Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorEngine
Description
Get all Subsystem of specified type, this is only necessary for interfaces that can have multiple implementations instanced at a time.
Do not hold onto this Array reference unless you are sure the lifetime is less than that of UGameInstance
| Name | GetEditorSubsystemArrayCopy |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h |
| Include Path | #include "Editor/EditorEngine.h" |
template<typename TSubsystemClass>
TArray < TSubsystemClass * > GetEditorSubsystemArrayCopy() const