Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | EGeometryScriptSweptHullAxis |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/CollisionFunctions.h |
| Include Path | #include "GeometryScript/CollisionFunctions.h" |
Syntax
enum EGeometryScriptSweptHullAxis
{
X = 0,
Y = 1,
Z = 2,
SmallestBoxDimension = 3,
SmallestVolume = 4,
}
Values
| Name | Remarks |
|---|---|
| X | |
| Y | |
| Z | |
| SmallestBoxDimension | Use X/Y/Z axis with smallest axis-aligned-bounding-box dimension |
| SmallestVolume | Compute projected hull for each of X/Y/Z axes and use the one that has the smallest volume |