Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Spring > BlueprintAPI/Math/Spring/Experimental
Interpolates the value InOutRotation towards TargetRotation with the motion of a critically damped spring. The velocity of InOutRotation is stored in InOutAngularVelocity in deg/s.
Target is Blueprint Spring Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | In Out Rotation | The value to be damped |
| vector | In Out Angular Velocity | The speed of the value to be damped in deg/s |
| struct | Target Rotation | 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 InOutRotation to TargetRotation |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |