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 |
void AddEnvelopeFollowerDelegate
&40;
const UObject &42; WorldContextObject,
const FOnSubmixEnvelopeBP & OnSubmixEnvelopeBP
&41;
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. |