FVector2D::operator<

Checks whether both components of this vector are less than another.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector2D.h"

Syntax

bool operator<
(
    const FVector2D & Other
) const

Remarks

Checks whether both components of this vector are less than another.

Returns

true if this is the smaller vector, otherwise false.

Parameters

Parameter

Description

Other

The vector to compare against.

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