Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Spring > BlueprintAPI/Math/Spring/Experimental
Smooths a rotation using exponential damping towards a target.
Target is Blueprint Spring Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Rotation | The rotation to be smoothed |
| struct | Target Rotation | The target to smooth towards |
| real | Delta Time | Time interval |
| real | Smoothing Time | Timescale over which to smooth. Larger values result in more smoothed behaviour. Can be zero. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value |