LinearLerp Method

Overload List

Lerp(FPoint, FPoint, Single) Return the dual linear interpolation of the values between start and end points representing the specified progress as a value between 0 and 1.
Lerp(FPoint3, FPoint3, Single) Return the triple linear interpolation of the values between start and end points representing the specified progress as a value between 0 and 1.
Lerp(FVector3, FVector3, Single) Return the triple linear interpolation of the values between start and end points representing the specified progress as a value between 0 and 1.
Lerp(Single, Single, Single) Return the linear interpolation of the scalar value between start and end representing the specified progress as a value between 0 and 1.

See Also