UAudioMixerBlueprintLibrary::ClearSubmixEffectChainOverride

Clears all submix effect overrides on the given submix and returns it to the default effect 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 ClearSubmixEffectChainOverride
(
    const UObject * WorldContextObject,
    USoundSubmix * SoundSubmix,
    float FadeTimeSec
)

Remarks

Clears all submix effect overrides on the given submix and returns it to the default effect 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