Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Spring > BlueprintAPI/Math/Spring/Experimental
Smooths a value using exponential damping towards a target.
Target is Blueprint Spring Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| rotator | Rotation | The rotation to be smoothed |
| rotator | 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 |
|---|---|---|
| rotator | Return Value |