Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundMix.h |
| Include | #include "Sound/SoundMix.h" |
Syntax
struct FSoundClassAdjuster
Remarks
Elements of data for sound group volume control
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bApplyToChildren | Set to true to apply this adjuster to all children of the sound class. | |
| float | LowPassFilterFrequency | Lowpass filter cutoff frequency to apply to sound sources. | |
| float | PitchAdjuster | A multiplier applied to the pitch. | |
| TObjectPtr< USoundClass > | SoundClassObject | The sound class this adjuster affects. | |
| float | VoiceCenterChannelVolumeAdjuster | A multiplier applied to VoiceCenterChannelVolume. | |
| float | VolumeAdjuster | A multiplier applied to the volume. |
Constructors
| Type | Name | Description | |
|---|---|---|---|