| AttackCurve |
float |
Curve of the envelopes attack stage. |
AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Envelope|Attack"
|
| AttackTime |
float |
Time the Value reaches the Attack stage. |
AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Envelope|Attack"
|
| AttackValue |
float |
Value of the envelopes attack stage. |
AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Envelope|Attack"
|
| DecayCurve |
float |
Curve of the envelopes Decay stage. |
AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Envelope|Decay"
|
| DecayTime |
float |
Time that takes to reach the level of the Sustain stage. |
AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Envelope|Decay"
|
| EnvelopeType |
EAudioMaterialEnvelopeType |
The Type of the envelope curve. |
AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
- EditAnywhere
- Category="Envelope|Type"
|
| ReleaseCurve |
float |
Curve of the envelopes Release stage. |
AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Meta=(EditCondition="EnvelopeType==EAudioMaterialEnvelopeType::ADSR", EditConditionHides)
- Category="Envelope|Release"
|
| ReleaseTime |
float |
Time that takes to reach zero level Release is the time taken for the level to decay from sustain to zero. |
AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Meta=(EditCondition="EnvelopeType==EAudioMaterialEnvelopeType::ADSR", EditConditionHides)
- Category="Envelope|Release"
|
| SustainValue |
float |
Value of the envelopes Sustain stage. Sustain is the level maintained until release stage. |
AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Meta=(EditCondition="EnvelopeType==EAudioMaterialEnvelopeType::ADSR", EditConditionHides)
- Category="Envelope|Sustain"
|