FMixerNullCallback::FMixerNullCallback

Constructing the [FMixerNullCallback](API\Runtime\AudioMixerCore\FMixerNullCallback) immediately begins calling InCallback every BufferDuration seconds.

Windows
MacOS
Linux

References

Module

AudioMixerCore

Header

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

Include

#include "AudioMixerNullDevice.h"

Source

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

Syntax

FMixerNullCallback
(
    float BufferDuration,
    TFunction< void()> InCallback,
    EThreadPriority ThreadPriority
)

Remarks

Constructing the FMixerNullCallback immediately begins calling InCallback every BufferDuration seconds.

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