Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBoxSphereBounds
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h |
| Include | #include "Math/BoxSphereBounds.h" |
static bool BoxesIntersect
&40;
const TBoxSphereBounds< T, TExtent > & A,
const TBoxSphereBounds< T, TExtent > & B
&41;
Remarks
Test whether the boxes from two BoxSphereBounds intersect/overlap. true if boxes intersect, false otherwise.
Parameters
| Name | Description |
|---|---|
| A | First BoxSphereBounds to test. |
| B | Second BoxSphereBounds to test. |