This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
SelectionToIntMap (v1)
Convert an integer index selection to an integer map. Map type will match the selection type.
Information
| Module | ChaosClothAssetDataflowNodes |
| Category | Cloth |
| Tags | Cloth Selection To Int Map |
| Type | FChaosClothAssetSelectionToIntMapNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SelectionName | The name of the selection to convert. | FChaosClothAssetConnectableIStringValue | (StringValue="",bBuildFabricMaps=False) |
| IntMapName | The name of the integer map attribute that will be added to the collection. If left empty the same name as the selection name will be used instead. | FChaosClothAssetConnectableIOStringValue | (StringValue="") |
| bKeepExistingUnselectedValues | If the IntMapName already exists, keep existing values rather than overwriting them with 'Unselected Value'. | bool | True |
| UnselectedValue | The value unselected elements receive. Unselected existing values can be kept by setting 'Keep Existing Unselected Values' | int32 | 0 |
| SelectedValue | The value selected elements receive. | int32 | 1 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | ||
| IntMapName.StringValue | The value for this property. | FString |