unreal.SoundModulationLFOParams
¶
- class unreal.SoundModulationLFOParams(shape=FSoundModulationLFOShape.SINE, amplitude=0.5, frequency=1.0, offset=0.5, looping=True, bypass=False)¶
Bases:
unreal.StructBase
Sound Modulation LFOParams
C++ Source:
Plugin: AudioModulation
Module: AudioModulation
File: SoundModulationLFO.h
Editor Properties: (see get_editor_property/set_editor_property)
amplitude
(float): [Read-Write] Amplitude of oscillatorbypass
(bool): [Read-Write] If true, bypasses LFO bus from being modulated by parameters, patches, or mixed (LFO remains active and computed).frequency
(float): [Read-Write] Frequency of oscillatorlooping
(bool): [Read-Write] Whether or not to loop the oscillation more than onceoffset
(float): [Read-Write] Offset of oscillatorshape
(FSoundModulationLFOShape): [Read-Write] Shape of oscillating waveform
- property bypass¶
[Read-Write] If true, bypasses LFO bus from being modulated by parameters, patches, or mixed (LFO remains active and computed).
- Type
(bool)
- property shape¶
[Read-Write] Shape of oscillating waveform
- Type