FMath::Lerp

Specialization of Lerp template that works with vector registers.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h

Include

#include "Math/UnrealMathVectorCommon.h"

Syntax

template<>
VectorRegister Lerp
(
    const VectorRegister & A,
    const VectorRegister & B,
    const VectorRegister & Alpha
)

Remarks

Specialization of Lerp template that works with vector registers.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss