FVector2D::operator>=

Checks whether both components of this vector are greater than or equal to 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 greater than or equal to another.

Returns

true if this vector is greater than or equal to the other 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