Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-_2
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ContainmentFunctions.h |
| Include | #include "GeometryScript/ContainmentFunctions.h" |
| Source | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Private/ContainmentFunctions.cpp |
static UDynamicMesh &42; ComputeMeshConvexHull
&40;
UDynamicMesh &42; TargetMesh,
UDynamicMesh &42; CopyToMesh,
UDynamicMesh &42;& CopyToMeshOut,
FGeometryScriptMeshSelection Selection,
FGeometryScriptConvexHullOptions Options,
UGeometryScriptDebug &42; Debug
&41;
Remarks
Compute the Convex Hull of a given Mesh, or part of the mesh if an optional Selection is provided
Parameters
| Name | Description |
|---|---|
| Selection | selection of mesh faces/vertices to contain in the convex hull. If not provided, entire mesh is used. |