FBox::Intersect

Checks whether the given bounding box intersects this bounding box.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Syntax

bool Intersect
(
    const FBox & Other
) const

Remarks

Checks whether the given bounding box intersects this bounding box.

Returns

true if the boxes intersect, false otherwise.

Parameters

Parameter

Description

Other

The bounding box to intersect 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