UEngine::GetEngineSubsystemArray

Get all Engine Subsystem of specified type, this is only necessary for interfaces that can have multiple implementations instanced at a time.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Syntax

template<typename TSubsystemClass>
const TArray< TSubsystemClass * > & GetEngineSubsystemArray() const

Remarks

Get all Engine Subsystem of specified type, this is only necessary for interfaces that can have multiple implementations instanced at a time.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss