UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSoundClassAdjuster Struct Reference

#include <SoundMix.h>

Public Member Functions

 FSoundClassAdjuster ()
 

Public Attributes

TObjectPtr< USoundClassSoundClassObject
 
float VolumeAdjuster
 
float PitchAdjuster
 
float LowPassFilterFrequency
 
uint32 bApplyToChildren:1
 
float VoiceCenterChannelVolumeAdjuster
 

Detailed Description

Elements of data for sound group volume control

Constructor & Destructor Documentation

◆ FSoundClassAdjuster()

FSoundClassAdjuster::FSoundClassAdjuster ( )
inline

Member Data Documentation

◆ bApplyToChildren

uint32 FSoundClassAdjuster::bApplyToChildren

◆ LowPassFilterFrequency

float FSoundClassAdjuster::LowPassFilterFrequency

◆ PitchAdjuster

float FSoundClassAdjuster::PitchAdjuster

◆ SoundClassObject

TObjectPtr<USoundClass> FSoundClassAdjuster::SoundClassObject

◆ VoiceCenterChannelVolumeAdjuster

float FSoundClassAdjuster::VoiceCenterChannelVolumeAdjuster

◆ VolumeAdjuster

float FSoundClassAdjuster::VolumeAdjuster

The documentation for this struct was generated from the following file: