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 |
|---|---|---|
| vector2d struct | Value | The value to be smoothed |
| vector2d struct | Target | 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 |
|---|---|---|
| vector2d struct | Return Value |