Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USoundSubmix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StopEnvelopeFollowing
(
const UObject* WorldContextObject |
Start envelope following the submix output. Register with OnSubmixEnvelope to receive envelope follower data in BP. | Sound/SoundSubmix.h |
|
void StopEnvelopeFollowing
(
FAudioDevice* InDevice |
Sound/SoundSubmix.h |
StopEnvelopeFollowing(const UObject *)
Description
Start envelope following the submix output. Register with OnSubmixEnvelope to receive envelope follower data in BP.
| Name | StopEnvelopeFollowing |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path | #include "Sound/SoundSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|EnvelopeFollowing",
Meta=(WorldContext="WorldContextObject"))
void StopEnvelopeFollowing
(
const UObject * WorldContextObject
)
StopEnvelopeFollowing(FAudioDevice *)
| Name | StopEnvelopeFollowing |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path | #include "Sound/SoundSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp |
void StopEnvelopeFollowing
(
FAudioDevice * InDevice
)