FVector2D::operator>

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

Returns

true if this is the larger 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