VectorMultiplyAdd

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathNeon.h"

Syntax

VectorRegister VectorMultiplyAdd
(
    VectorRegister Vec1,
    VectorRegister Vec2,
    VectorRegister Vec3
)

Remarks

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

Returns

Parameters

Parameter

Description

Vec1

1st vector

Vec2

2nd vector

Vec3

3rd vector

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