FMixerDevice::CheckAudioThread

Functions which check the thread it's called on and helps make sure functions are called from correct threads.

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioMixer

Header

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

Include

#include "AudioMixerDevice.h"

Source

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

Syntax

void CheckAudioThread() const

Remarks

Functions which check the thread it's called on and helps make sure functions are called from correct threads.