Damped Spring Vector
PureDampedSpringVectorCritical-damped spring interpolation (no overshoot) parameterized by half-life for predictable settling time.
Type: Pure (no side effects)
Category: Fortuna|Vector & Transform
Keywords: vector & transform
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Current | FVector | — | Current parameter |
| Target | FVector | — | Target parameter |
| Velocity | FVector | — | Velocity parameter |
| HalfLife | float | 0.1 | HalfLife parameter |
| DeltaTime | float | — | DeltaTime parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FVector | ReturnValue output |
| OutVelocity | FVector | Velocity output |
Example Use Cases
Example 1
Smooth camera follow without overshoot.
Example 2
UI element position smoothing.