Description
ExtractClothWeightMap (v1) Experimental
Extract a weight map from a Cloth Collection.
Input(s) : WeightMap - Name of the weight map to be extracted DynamicMesh - Dynamic mesh used to reorder weights.
Information
| Module | ChaosClothAssetDataflowNodes |
| Category | Cloth |
| Tags | Extract Cloth Weight Map |
| Type | FChaosClothAssetExtractWeightMapNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| MeshTarget | Type of the weight map to be extracted | EChaosClothAssetWeightMapMeshTarget | Simulation |
| bReorderForDynamicMesh | Reorder extracted weights 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 weights. | TObjectPtr<UDynamicMesh> | None |