Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Wave Table Transform' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| enum | Curve Type | The curve to apply when transforming the output. |
| real | Exponential Scalar | When curve set to log, exponential or exponential inverse, value is factor 'b' in following equations with output 'y' and input 'x':Exponential: y = x 10^-b(1-x)Exponential (Inverse): y = ((x - 1) 10^(-bx)) + 1Logarithmic: y = b * log(x) + 1 |
| object | Asset | Asset curve reference to apply if output curve type is set to 'Shared.' |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Wave Table Transform |