unreal.SoundModulationMixValue
¶
- class unreal.SoundModulationMixValue(target_value=1.0, attack_time=0.1, release_time=0.1)¶
Bases:
unreal.StructBase
Sound Modulation Mix Value
C++ Source:
Plugin: AudioModulation
Module: AudioModulation
File: SoundModulationValue.h
Editor Properties: (see get_editor_property/set_editor_property)
attack_time
(float): [Read-Write] Time it takes (in sec) to interpolate from the parameter’s default value to the mix value.release_time
(float): [Read-Write] Time it takes (in sec) to interpolate from the current mix value to the parameter’s default value.target_unit_value
(float): [Read-Write] Target value of the modulator (in units if provided).target_value
(float): [Read-Write] Target value of the modulator.
- property attack_time¶
[Read-Write] Time it takes (in sec) to interpolate from the parameter’s default value to the mix value.
- Type
(float)