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.

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.

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