Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_ContainmentFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ContainmentFunctions.h |
| Include | #include "GeometryScript/ContainmentFunctions.h" |
Syntax
UCLASS&40;Meta&61;&40;ScriptName&61;"GeometryScript_Containment"&41;&41;
class UGeometryScriptLibrary_ContainmentFunctions : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDynamicMesh * | ComputeMeshConvexDecomposition
(
UDynamicMesh* TargetMesh, |
Compute a Convex Hull Decomposition of the given TargetMesh. | |
| UDynamicMesh * | ComputeMeshConvexHull
(
UDynamicMesh* TargetMesh, |
Compute the Convex Hull of a given Mesh, or part of the mesh if an optional Selection is provided | |
| UDynamicMesh * | ComputeMeshSweptHull
(
UDynamicMesh* TargetMesh, |
Compute the Swept Hull of a given Mesh for a given 3D Plane defined by ProjectionFrame. |