Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDevice
Description
Gets all Subsystems 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 the audio device
| Name | GetSubsystemArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include Path | #include "AudioDevice.h" |
template<typename TSubsystemClass>
const TArray < TSubsystemClass * > & GetSubsystemArray() const