FBox2D::IsInside

Checks whether the given box is fully encapsulated by this box.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box2D.h"

Syntax

bool IsInside
(
    const FBox2D & Other
) const

Remarks

Checks whether the given box is fully encapsulated by this box.

Returns

true if box is inside this volume, false otherwise.

Parameters

Parameter

Description

Other

The box to test for encapsulation within the bounding volume.

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