CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
FAtomModulationADEnvelopeParams 構造体

#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

メンバ詳解

◆ AttackCurve

float FAtomModulationADEnvelopeParams::AttackCurve = 1.0f

The exponential curve factor of the attack. 1.0 = linear growth, < 1.0 logorithmic growth, > 1.0 exponential growth.

◆ AttackTime

float FAtomModulationADEnvelopeParams::AttackTime = 0.0f

Attack time of the envelope (seconds).

◆ bBypass

bool FAtomModulationADEnvelopeParams::bBypass = false

If true, bypasses envelope bus from being modulated by parameters, patches, or mixed (Envelope remains active and computed).

◆ bLooping

bool FAtomModulationADEnvelopeParams::bLooping = true

Whether or not to loop the envelope.

◆ DecayCurve

float FAtomModulationADEnvelopeParams::DecayCurve = 1.0f

The exponential curve factor of the decay. 1.0 = linear decay, < 1.0 exponential decay, > 1.0 logarithmic decay.

◆ DecayTime

float FAtomModulationADEnvelopeParams::DecayTime = 1.0f

Decay time of the envelope (seconds).


この構造体詳解は次のファイルから抽出されました: