Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/AudioVolume.h |
| Include | #include "Sound/AudioVolume.h" |
Syntax
struct FAudioVolumeSubmixOverrideSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CrossfadeTime | The amount of time to crossfade to the override for the submix chain. | |
| TObjectPtr< USoundSubmix > | Submix | The submix to override the effect chain of. | |
| TArray< TObjectPtr< USoundEffectSubmixPreset > > | SubmixEffectChain | The submix effect chain to override. |