FBox::Overlap

Returns the overlap [FBox](API\Runtime\Core\Math\FBox) of two box

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Source

/Engine/Source/Runtime/Core/Private/Math/Box.cpp

Syntax

FBox Overlap
(
    const FBox & Other
) const

Remarks

Returns the overlap FBox of two box

Returns

the overlap box. It can be 0 if they don't overlap

Parameters

Parameter

Description

Other

The bounding box to test overlap

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