UAudioMixerBlueprintLibrary::RemoveSubmixEffectPresetAtIndex

Removes the submix effect at the given submix chain index, if there is a submix effect at that 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 RemoveSubmixEffectPresetAtIndex
(
    const UObject * WorldContextObject,
    USoundSubmix * SoundSubmix,
    int32 SubmixChainIndex
)

Remarks

Removes the submix effect at the given submix chain index, if there is a submix effect at that 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