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 AddEnvelopeFollowerDelegate
(
const UObject * WorldContextObject,
const FOnSubmixEnvelopeBP & OnSubmixEnvelopeBP
)
Remarks
Adds an envelope follower delegate to the submix when envelope following is enabled on this submix.
Parameters
| Name | Description |
|---|---|
| OnSubmixEnvelopeBP | Event to fire when new envelope data is available. |