FBox2D::Intersect

Checks whether the given box intersects this box.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box2D.h"

Syntax

bool Intersect
(
    const FBox2D & other
) const

Remarks

Checks whether the given box intersects this box.

Returns

true if boxes intersect, false otherwise.

Parameters

Parameter

Description

other

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