|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include <AtomModulationADEnvelope.h>
公開変数類 | |
| float | AttackCurve = 1.0f |
| float | AttackTime = 0.0f |
| bool | bBypass = false |
| bool | bLooping = true |
| float | DecayCurve = 1.0f |
| float | DecayTime = 1.0f |
| float FAtomModulationADEnvelopeParams::AttackCurve = 1.0f |
The exponential curve factor of the attack. 1.0 = linear growth, < 1.0 logorithmic growth, > 1.0 exponential growth.
| float FAtomModulationADEnvelopeParams::AttackTime = 0.0f |
Attack time of the envelope (seconds).
| bool FAtomModulationADEnvelopeParams::bBypass = false |
If true, bypasses envelope bus from being modulated by parameters, patches, or mixed (Envelope remains active and computed).
| bool FAtomModulationADEnvelopeParams::bLooping = true |
Whether or not to loop the envelope.
| float FAtomModulationADEnvelopeParams::DecayCurve = 1.0f |
The exponential curve factor of the decay. 1.0 = linear decay, < 1.0 exponential decay, > 1.0 logarithmic decay.
| float FAtomModulationADEnvelopeParams::DecayTime = 1.0f |
Decay time of the envelope (seconds).