Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Sound Modulation ADEnvelope Params' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| real | Attack Time | Attack time of the envelope (seconds). |
| real | Decay Time | Decay time of the envelope (seconds). |
| real | Attack Curve | The exponential curve factor of the attack. 1.0 = linear growth, < 1.0 logorithmic growth, > 1.0 exponential growth. |
| real | Decay Curve | The exponential curve factor of the decay. 1.0 = linear decay, < 1.0 exponential decay, > 1.0 logarithmic decay. |
| boolean | Looping | Whether or not to loop the envelope. |
| boolean | Bypass | If true, bypasses envelope bus from being modulated by parameters, patches, or mixed (Envelope remains active and computed). |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Sound Modulation ADEnvelope Params |