VectorMultiply

Multiplies two vectors (component-wise) 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 VectorMultiply
(
    VectorRegister Vec1,
    VectorRegister Vec2
)

Remarks

Multiplies two vectors (component-wise) and returns the result.

Returns

Parameters

Parameter

Description

Vec1

1st vector

Vec2

2nd 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