FSoundEffectBase::EffectCommand

Enqueues a lambda command on a thread safe queue which is pumped from the audio render thread.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundEffectBase.h

Include

#include "Sound/SoundEffectBase.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundEffectBase.cpp

Syntax

void EffectCommand
(
    TUniqueFunction< void()> Command
)

Remarks

Enqueues a lambda command on a thread safe queue which is pumped from the audio render thread.

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