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