UAudioMixerBlueprintLibrary::RemoveSourceEffectFromPresetChain

Adds source effect entry to preset chain. Only affects the instance of preset chain.

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 RemoveSourceEffectFromPresetChain
(
    const UObject * WorldContextObject,
    USoundEffectSourcePresetChain * PresetChain,
    int32 EntryIndex
)

Remarks

Adds source effect entry to preset chain. Only affects the instance of preset chain.

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