FAudioDevice::UpdateSourceEffectChain

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

Choose your operating system:

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.