unreal.SubmixEffectEQBand¶
- class unreal.SubmixEffectEQBand(frequency: float = 0.0, bandwidth: float = 0.0, gain_db: float = 0.0, enabled: bool = False)¶
Bases:
StructBaseA multiband EQ submix effect.
C++ Source:
Module: AudioMixer
File: AudioMixerSubmixEffectEQ.h
Editor Properties: (see get_editor_property/set_editor_property)
bandwidth(float): [Read-Write] The bandwidth, in octaves, of the EQ bandenabled(bool): [Read-Write] Whether or not the EQ band is enabledfrequency(float): [Read-Write] Cutoff frequency (in hz) of the EQ bandgain_db(float): [Read-Write] The gain in decibels of the EQ band