FDecodingSoundSource::SetForceSyncDecode

Sets the ForceSyncDecode flag. (Decodes for this soundwave will not happen in an async task if true)

Windows
MacOS
Linux

References

Module

AudioMixer

Header

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

Include

#include "SoundWaveDecoder.h"

Source

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

Syntax

void SetForceSyncDecode
(
    bool bShouldForceSyncDecode
)

Remarks

Sets the ForceSyncDecode flag. (Decodes for this soundwave will not happen in an async task if true)

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