Description
SplitMeshIslands (v1)
Split a mesh into a connected islands
Input(s) : Mesh [Intrinsic] - Mesh input
Output(s): Meshes - Meshes output
Information
| Module | GeometryCollectionNodes |
| Category | Mesh|Utilities |
| Type | FSplitMeshIslandsDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SplitMethod | Whether to consider coincident vertices as connected even if the topology does not connect them | EDataflowMeshSplitIslandsMethod | ByMeshTopology |
| ConnectVerticesThreshold | Vertices closer than this distance are considered to be overlapping | float | 0.001000 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Mesh input | TObjectPtr<UDynamicMesh> | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Meshes | Meshes output | TArray<TObjectPtr<UDynamicMesh>> |