Description
ExtractClothSelectionSet (v1) Experimental
Extract a selection set from a Cloth Collection.
Input(s) : Selection - Name of the selection set to be extracted. Currently only SimVertices3D and RenderVertices sets are supported. DynamicMesh - Dynamic mesh used to reorder indices.
Output(s): ExtractedSelectionSet - Extracted Selection Set as a Set ExtractedSelectionArray - Extracted Selection Set as an array
Information
| Module | ChaosClothAssetDataflowNodes |
| Category | Cloth |
| Tags | Extract Cloth Selection Set |
| Type | FChaosClothAssetExtractSelectionSetNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bReorderForDynamicMesh | Reorder extracted indices to match the order of a DynamicMesh that was created via ClothCollectionToDynamicMesh | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | () | |
| DynamicMesh | Dynamic mesh used to reorder indices. | TObjectPtr<UDynamicMesh> | None |