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 RemoveSourceEffectFromPresetChain
(
const UObject * WorldContextObject,
USoundEffectSourcePresetChain * PresetChain,
int32 EntryIndex
)
Remarks
Removes source effect entry from preset chain. Only affects the instance of preset chain.