unreal.SubmixEffectFlexiverbSettings¶
- class unreal.SubmixEffectFlexiverbSettings(pre_delay: float = 0.0, decay_time: float = 0.0, room_dampening: float = 0.0, complexity: int = 0)¶
Bases:
StructBaseSubmix Effect Flexiverb Settings
C++ Source:
Plugin: Synthesis
Module: Synthesis
File: SubmixEffectFlexiverb.h
Editor Properties: (see get_editor_property/set_editor_property)
complexity(int32): [Read-Write]decay_time(float): [Read-Write] Time in seconds it will take for the impulse response to decay to -60 dB.pre_delay(float): [Read-Write] PreDelay - 0.01 < 10.0 < 40.0 - Amount of delay to the first echo in milliseconds.room_dampening(float): [Read-Write] Room Dampening - 0.0 < 0.85 < 1.0 - Frequency at which the room dampens.
- property decay_time: float¶
[Read-Write] Time in seconds it will take for the impulse response to decay to -60 dB.
- Type:
(float)