FMixerDevice::GetAudioMixerPlatform

Retrieve a pointer to the currently active platform. Only use this if you know what you are doing. The returned [IAudioMixerPlatformInterface](API\Runtime\AudioMixerCore\IAudioMixerPlatformInterface) will only be alive as long as this [FMixerDevice](API\Runtime\AudioMixer\FMixerDevice) is alive.

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerDevice.h

Include

#include "AudioMixerDevice.h"

Syntax

IAudioMixerPlatformInterface * GetAudioMixerPlatform() const

Remarks

Retrieve a pointer to the currently active platform. Only use this if you know what you are doing. The returned IAudioMixerPlatformInterface will only be alive as long as this FMixerDevice is alive.