Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/AudioMaterialSlate
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioMaterialSlate/AudioMaterialEnvelopeSettings.h |
| Include | #include "AudioMaterialSlate/AudioMaterialEnvelopeSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FAudioMaterialEnvelopeSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AttackCurve | Curve of the envelopes attack stage. | |
| float | AttackTime | Time the Value reaches the Attack stage. | |
| float | AttackValue | Value of the envelopes attack stage. | |
| float | DecayCurve | Curve of the envelopes Decay stage. | |
| float | DecayTime | Time that takes to reach the level of the Sustain stage. | |
| EAudioMaterialEnvelopeType | EnvelopeType | The Type of the envelope curve. | |
| float | ReleaseCurve | Curve of the envelopes Release stage. | |
| float | ReleaseTime | Time that takes to reach zero level Release is the time taken for the level to decay from sustain to zero. | |
| float | SustainValue | Value of the envelopes Sustain stage. Sustain is the level maintained until release stage. |