Description
ValidateGeometryCollection (v1)
Editor Fracture Mode / Utilities / Validate tool Ensures that geometrycollection is valid and clean.
Input(s) : Collection [Intrinsic] - Collection to use
Output(s): Collection [Passthrough] - Collection to use
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Fracture|Utilities |
| Type | FValidateGeometryCollectionDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bRemoveUnreferencedGeometry | Find and remove any unused geometry data | bool | True |
| bRemoveClustersOfOne | Whether to collapse any clusters with only a single child | bool | False |
| bRemoveDanglingClusters | Remove dangling clusters -- Note this can invalidate caches | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to use | FManagedArrayCollection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to use | FManagedArrayCollection |