IAudioMixerPlatformInterface::RunInternal

Wrapper around the thread Run. This is virtualized so a platform can fundamentally override the render function.

Windows
MacOS
Linux

Override Hierarchy

IAudioMixerPlatformInterface::RunInternal()

FMixerPlatformNonRealtime::RunInternal()

References

Module

AudioMixerCore

Header

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

Include

#include "AudioMixer.h"

Source

/Engine/Source/Runtime/AudioMixerCore/Private/AudioMixer.cpp

Syntax

virtual uint32 RunInternal()

Remarks

Wrapper around the thread Run. This is virtualized so a platform can fundamentally override the render function.

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