Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDevice
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include | #include "AudioDevice.h" |
template<typename TSubsystemClass>
void ForEachSubsystem
(
TFunctionRef < void> Operation
) const
Remarks
Performs the given operation on all subsystems of the given class. It's safe to create new subsystems during this operation, but not to remove subsystems.