Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USoundSubmix
Description
Sets the output volume of the submix in linear gain. This dynamic volume acts as a multiplier on the OutputVolume property of this submix.
| Name | SetSubmixOutputVolume |
| 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",
Meta=(WorldContext="WorldContextObject", DisplayName="SetSubmixOutputVolume (linear gain)"))
void SetSubmixOutputVolume
(
const UObject * WorldContextObject,
float InOutputVolume
)