VectorMultiplyAdd

Overload list

Windows
MacOS
Linux
Name Description

Public function

VectorRegist...

 

VectorMultiplyAdd

(
    const VectorRegister& Vec1,
    const VectorRegister& Vec2,
    const VectorRegister& Vec3
)

Multiplies two vectors (component-wise), adds in the third vector and returns the result.

Public function

VectorRegist...

 

VectorMultiplyAdd

(
    VectorRegister Vec1,
    VectorRegister Vec2,
    VectorRegister Vec3
)

Multiplies two vectors (component-wise), adds in the third vector and returns the result.

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