FBox::IsInsideXY

Checks whether the given box is fully encapsulated by this 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 IsInsideXY
(
    const FBox & Other
) const

Remarks

Checks whether the given box is fully encapsulated by this box in the XY plane.

Returns

true if box is inside this box in the XY plane.

Parameters

Parameter

Description

Other

The box to test for encapsulation within the bounding box.

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