Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Spring > BlueprintAPI/Math/Spring/Experimental
Interpolates the value InOutX towards TargetX with the motion of a critically damped spring. The velocity of X is stored in InOutV.
Target is Blueprint Spring Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| real | In Out X | The value to be damped |
| real | In Out V | The speed of the value to be damped |
| real | Target X | The goal to damp towards |
| real | Delta Time | Timestep in seconds |
| real | Smoothing Time | The smoothing time to use for the spring. Longer times lead to more damped behaviour. A time of 0 will snap InOutX to TargetX |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |