Back to search
Node refGold tierMath

Lerp float — linearly interpolate between A and B by Alpha

Updated 3mo ago
UE 5.0UE 5.1UE 5.2UE 5.3UE 5.4UE 5.5UE 5.6UE 5.7#math#lerp#interpolation#blend

Reference

UKismetMathLibrary::Lerp. Alpha 0=A, Alpha 1=B.

Pins

Inputs

  • A:float
  • B:float
  • Alpha:float

Outputs

  • ReturnValue:float

Function target: Lerp · Node name: Lerp (float)