UAudioMixerBlueprintLibrary::SetBypassSourceEffectChainEntry

Set whether or not to bypass the effect at the source effect chain index.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

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

Include

#include "AudioMixerBlueprintLibrary.h"

Source

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

Syntax

static void SetBypassSourceEffectChainEntry
(
    const UObject * WorldContextObject,
    USoundEffectSourcePresetChain * PresetChain,
    int32 EntryIndex,
    bool bBypassed
)

Remarks

Set whether or not to bypass the effect at the source effect chain index.

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