FIntVector::operator==

Compares points for equality.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

bool operator==
(
    const FIntVector & Other
) const

Remarks

Compares 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