Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/UAudioMixerBlueprintLibrary
Description
Sets a submix effect chain override on the given submix. The effect chain will cross fade from the base effect chain or current override to the new override.
| Name | SetSubmixEffectChainOverride |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerBlueprintLibrary.h |
| Include Path | #include "AudioMixerBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/AudioMixer/Private/AudioMixerBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|Effects", Meta=(WorldContext="WorldContextObject"))
static void SetSubmixEffectChainOverride
(
const UObject * WorldContextObject,
USoundSubmix * SoundSubmix,
TArray < USoundEffectSubmixPreset * > SubmixEffectPresetChain,
float FadeTimeSec
)