Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
Interpolate between A and B, applying an ease in/out function. Exp controls the degree of the curve.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| real | A | |
| real | B | |
| real | Alpha | |
| real | Exponent |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value |