Description
WeightMapToSelection (v1)
Convert a vertex weight map to an integer selection set.
Input(s) : WeightMapName - The name of the Weight Map to convert.
Output(s): SelectionName - The name of the select attribute that will be added to the collection. If left empty the same name as the Weight Map name will be used instead.
Information
| Module | ChaosClothAssetDataflowNodes |
| Category | Cloth |
| Tags | Cloth Weight Map To Selection |
| Type | FChaosClothAssetWeightMapToSelectionNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SelectionType | The type of element the selection refers to | EChaosClothAssetWeightMapConvertableSelectionType | SimVertices3D |
| SelectionThreshold | Map values above this will be selected. | float | 0.950000 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | () | |
| WeightMapName | The name of the Weight Map to convert. | FString |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | ||
| SelectionName | The name of the select attribute that will be added to the collection. If left empty the same name as the Weight Map name will be used instead. | FString |