unreal.SubmixEffectEQBand

class unreal.SubmixEffectEQBand(frequency: float = 0.0, bandwidth: float = 0.0, gain_db: float = 0.0, enabled: bool = False)

Bases: StructBase

A 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 band

  • enabled (bool): [Read-Write] Whether or not the EQ band is enabled

  • frequency (float): [Read-Write] Cutoff frequency (in hz) of the EQ band

  • gain_db (float): [Read-Write] The gain in decibels of the EQ band

property bandwidth: float

[Read-Write] The bandwidth, in octaves, of the EQ band

Type:

(float)

property enabled: bool

[Read-Write] Whether or not the EQ band is enabled

Type:

(bool)

property frequency: float

[Read-Write] Cutoff frequency (in hz) of the EQ band

Type:

(float)

property gain_db: float

[Read-Write] The gain in decibels of the EQ band

Type:

(float)