FAudioDevice::UpdateSourceEffectChain

Updates the source effect chain. Only implemented in audio mixer.

Windows
MacOS
Linux

Override Hierarchy

FAudioDevice::UpdateSourceEffectChain()

FMixerDevice::UpdateSourceEffectChain()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDevice.h

Include

#include "AudioDevice.h"

Syntax

virtual void UpdateSourceEffectChain
(
    const uint32 SourceEffectChainId,
    const TArray< FSourceEffectChainEntry > & SourceEffectChain,
    const bool bPlayEffectChainTails
)

Remarks

Updates the source effect chain. Only implemented in audio mixer.

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