Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Audio Material Envelope Settings' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| real | Attack Curve | Curve of the envelopes attack stage.Attack is the time taken for the rise of the level from zero to a given value. |
| real | Attack Value | Value of the envelopes attack stage.Attack is the time taken for the rise of the level from zero to a given value. |
| real | Attack Time | Time the Value reaches the Attack stage.Attack is the time taken for the rise of the level from zero to a given value. |
| real | Decay Curve | Curve of the envelopes Decay stage.Decay is the time taken for the level to reduce from the attack level to the sustain level. |
| real | Decay Time | Time that takes to reach the level of the Sustain stage.Decay is the time taken for the level to reduce from the attack level to the sustain level. |
| real | Sustain Value | Value of the envelopes Sustain stage.Sustain is the level maintained until release stage. |
| real | Release Curve | Curve of the envelopes Release stage.Release is the time taken for the level to decay from sustain to zero. |
| real | Release Time | Time that takes to reach zero levelRelease is the time taken for the level to decay from sustain to zero. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Audio Material Envelope Settings |