FBox::operator==

Compares two boxes for equality.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Syntax

bool operator==
(
    const FBox & Other
) const

Remarks

Compares two boxes for equality.

Returns

true if the boxes are equal, false otherwise.

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