FBox::IntersectXY

Checks whether the given bounding box intersects this bounding box in the XY plane.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Syntax

bool IntersectXY
(
    const FBox & Other
) const

Remarks

Checks whether the given bounding box intersects this bounding box in the XY plane.

Returns

true if the boxes intersect in the XY Plane, false otherwise.

Parameters

Parameter

Description

Other

The bounding box to test intersection.

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