Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/UAudioMixerBlueprintLibrary
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerBlueprintLibrary.h |
| Include | #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
)
Remarks
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.