FBox2D::operator!=

Compares two boxes for inequality.

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 inequality.

Returns

true if the boxes are not 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