FIntPoint::operator==

Compare two points for equality.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntPoint.h"

Syntax

bool operator==
(
    const FIntPoint & Other
) const

Remarks

Compare two points for equality.

Returns

true if the points are equal, false otherwise.

Parameters

Parameter

Description

Other

The other int point being compared.

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