Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UGameInstance
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 | GetSubsystemArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/GameInstance.h |
| Include Path | #include "Engine/GameInstance.h" |
template<typename TSubsystemClass>
const TArray < TSubsystemClass * > & GetSubsystemArray() const