Navigation
API > API/Runtime > API/Runtime/AudioMixerCore > API/Runtime/AudioMixerCore/IAudioMixerPlatformInterface
- FRunnable::Run()
- IAudioMixerPlatformInterface::Run()
References
| Module | AudioMixerCore |
| Header | /Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h |
| Include | #include "AudioMixer.h" |
| Source | /Engine/Source/Runtime/AudioMixerCore/Private/AudioMixer.cpp |
virtual uint32 Run()
Remarks
Runs the runnable object.
This is where all per object thread work is done. This is only called if the initialization was successful.