Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_ContainmentFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ContainmentFunctions.h |
| Include | #include "GeometryScript/ContainmentFunctions.h" |
Syntax
UCLASS (Meta=(ScriptName="GeometryScript_Containment"))
class UGeometryScriptLibrary_ContainmentFunctions : public UBlueprintFunctionLibrary
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGeometryScriptMeshSelectionFGeometryScriptConvexHullOptionsUGeometryScriptDebug * | Debug | ||
| FTransformFGeometryScriptSweptHullOptionsUGeometryScriptDebug * | Debug | ||
| FGeometryScriptConvexDecompositionOptionsUGeometryScriptDebug * | Debug | ||
| FGeometryScriptMeshSelectionFGeometryScriptConvexHullOptions | Options | ||
| FTransformFGeometryScriptSweptHullOptions | Options | ||
| FGeometryScriptConvexDecompositionOptions | Options | ||
| FTransform | ProjectionFrame | ||
| FGeometryScriptMeshSelection | Selection |
Functions
| Type | Name | Description | |
|---|---|---|---|
| static | UPARAM
(
DisplayName |
Compute the Convex Hull of a given Target Mesh, or part of the mesh if an optional Selection is provided, and put the result in Hull Mesh | |
| static | UPARAM
(
DisplayName |
Compute the Swept Hull of a given Target Mesh for a given 3D Plane defined by ProjectionFrame, and put the result in Hull Mesh The Swept Hull is a linear sweep of the 2D convex hull of the mesh vertices projected onto the plane (the sweep precisely contains the mesh extents along the plane normal) | |
| static | UPARAM
(
DisplayName |
Compute a Convex Hull Decomposition of the given TargetMesh. | |
| static | UPARAM
(
DisplayName |
||
| static | UPARAM
(
DisplayName |
||
| static | UPARAM
(
DisplayName |
||
| static | UPARAM
(
DisplayName, |
||
| static | UPARAM
(
DisplayName, |
||
| static | UPARAM
(
DisplayName, |