Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/USoundSubmix
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include | #include "Sound/SoundSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|EnvelopeFollowing",
Meta=(WorldContext="WorldContextObject"))
void RemoveEnvelopeFollowerDelegate
(
const UObject * WorldContextObject,
const FOnSubmixEnvelopeBP & OnSubmixEnvelopeBP
)
Remarks
Remove an envelope follower delegate.
Parameters
| Name | Description |
|---|---|
| OnSubmixEnvelopeBP | The event delegate to remove. |