Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath > API/Runtime/Core/Math/FMath/Lerp
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include | #include "Math/UnrealMathUtility.h" |
template<typename T, typename U, std::enable_if_t<< T >::Value &&), int >>
static T Lerp
(
const T & A,
const T & B,
const U & Alpha
)
Remarks
Performs a linear interpolation between two values, Alpha ranges from 0-1