VectorMask_LT

These functions return a vector mask to indicate which components pass the comparison.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathFPU.h"

Syntax

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

Remarks

These functions return a vector mask to indicate which components pass the comparison. Each component is 0xffffffff if it passes, 0x00000000 if it fails.

Returns

Vector with a mask for each component.

Parameters

Parameter

Description

Vec1

1st source vector

Vec2

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