FBox2D::operator==

Compares two boxes for equality.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box2D.h"

Syntax

bool operator==
(
    const FBox2D & Other
) const

Remarks

Compares two boxes for equality.

Returns

true if the boxes are equal, false otherwise.

Parameters

Parameter

Description

Other

The other box to compare with.

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