Description
Convex Hull to Mesh (v1)
Convert convex hulls on a geometry collection to a dynamic mesh
Input(s) : OptionalSelectionFilter - Optional transform selection to convert hulls from -- if not provided, all convex hulls will be converted.
Output(s): Mesh - Single mesh aggregating all the convex hulls together Meshes - Array of meshes for each convex hull found
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Mesh |
| Type | FConvexHullToMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bUseRobustHulls | Whether to robustly extract valid/manifold meshes to represent the convex hulls. Note: Not necessary for simple visualization, but useful for downstream processing. | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | () | |
| OptionalSelectionFilter | Optional transform selection to convert hulls from -- if not provided, all convex hulls will be converted. | FDataflowTransformSelection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Single mesh aggregating all the convex hulls together | TObjectPtr<UDynamicMesh> | |
| Meshes | Array of meshes for each convex hull found | TArray<TObjectPtr<UDynamicMesh>> |