Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script Convex Hull Simplification Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Convex Hull Simplification Options |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Simplification Method | Method to use to simplify convex hulls |
| real | Simplification Distance Threshold | Simplified hull should stay within this distance of the initial convex hull. Used by the MeshQSlim simplification method. |
| real | Simplification Angle Threshold | Simplified hull should preserve angles larger than this (in degrees). Used by the AngleTolerance simplification method. |
| integer | Min Target Face Count | The minimum number of faces to use for the convex hull.Note that for the MeshQSlim method all faces are triangles, while the AngleTolerance method can consider more general polygons. |