unreal.SoundClassAdjuster
¶
- class unreal.SoundClassAdjuster(sound_class_object: SoundClass = Ellipsis, volume_adjuster: float = 0.0, pitch_adjuster: float = 0.0, low_pass_filter_frequency: float = 0.0, apply_to_children: bool = False, voice_center_channel_volume_adjuster: float = 0.0)¶
Bases:
StructBase
Elements of data for sound group volume control
C++ Source:
Module: Engine
File: SoundMix.h
Editor Properties: (see get_editor_property/set_editor_property)
apply_to_children
(bool): [Read-Write] Apply to Children: Set to true to apply this adjuster to all children of the sound class.low_pass_filter_frequency
(float): [Read-Write] Low Pass Filter Frequency: Lowpass filter cutoff frequency to apply to sound sources.pitch_adjuster
(float): [Read-Write] Pitch Adjuster: A multiplier applied to the pitch.sound_class_object
(SoundClass): [Read-Write] Sound Class Object: The sound class this adjuster affects.voice_center_channel_volume_adjuster
(float): [Read-Write] Voice Center Channel Volume Adjuster: A multiplier applied to VoiceCenterChannelVolume.volume_adjuster
(float): [Read-Write] Volume Adjuster: A multiplier applied to the volume.
- property apply_to_children: bool¶
[Read-Only] Apply to Children: Set to true to apply this adjuster to all children of the sound class.
- Type:
(bool)
- property low_pass_filter_frequency: float¶
[Read-Only] Low Pass Filter Frequency: Lowpass filter cutoff frequency to apply to sound sources.
- Type:
(float)
- property pitch_adjuster: float¶
[Read-Only] Pitch Adjuster: A multiplier applied to the pitch.
- Type:
(float)
- property sound_class_object: SoundClass¶
[Read-Only] Sound Class Object: The sound class this adjuster affects.
- Type: