Lerp Vector Spherical
PureLerpVectorSphericalSpherically interpolates between two vectors (slerp), maintaining consistent magnitude.
Type: Pure (no side effects)
Category: Fortuna|Vector & Transform
Keywords: vector & transform
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| A | FVector | — | A parameter |
| B | FVector | — | B parameter |
| Alpha | float 0-1 | — | Alpha parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FVector | ReturnValue output |
Example Use Cases
Example 1
Smooth rotation of a directional light (sun arc).
Example 2
Interpolate between two orientations on a globe.