Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ShapeFunctions.h |
| Include | #include "GeometryScript/ShapeFunctions.h" |
| Source | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Private/ShapeFunctions.cpp |
static FBox FindBoxBoxIntersection
&40;
FBox Box1,
FBox Box2,
bool & bIsIntersecting
&41;
Remarks
Find the Box formed by the intersection of Box1 and Box2
Parameters
| Name | Description |
|---|---|
| bIsIntersecting | if the boxes do not intersect, this will be returned as false, otherwise true |