Description
SelectionToWeightMap (v1)
Convert an integer index selection to a vertex weight map where different map values can be set for selected and unselected vertices.
Input(s) : SelectionName - The name of the selection to convert.
Output(s): WeightMapName - The name of the weight map attribute that will be added to the collection. If left empty the same name as the selection name will be used instead.
Information
| Module | ChaosClothAssetDataflowNodes |
| Category | Cloth |
| Tags | Cloth Selection To Weight Map |
| Type | FChaosClothAssetSelectionToWeightMapNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| UnselectedValue | The value unselected vertices receive. | float | 0.000000 |
| SelectedValue | The value selected vertices receive. | float | 1.000000 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | () | |
| SelectionName | The name of the selection to convert. | FString |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | ||
| WeightMapName | The name of the weight map attribute that will be added to the collection. If left empty the same name as the selection name will be used instead. | FString |