ISoundGenerator::SynthCommand

Protected method to execute lambda in audio render thread Used for conveying parameter changes or events to the generator thread.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SoundGenerator.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundGenerator.cpp

Syntax

void SynthCommand
(
    TUniqueFunction< void()> Command
)

Remarks

Protected method to execute lambda in audio render thread Used for conveying parameter changes or events to the generator 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