Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSelectionToIntMapNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SelectionToIntMapNode.h |
| Include | #include "ChaosClothAsset/SelectionToIntMapNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSelectionToIntMapNode : public FDataflowNode
Remarks
Convert an integer index selection to an integer map. Map type will match the selection type.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bKeepExistingUnselectedValues | If the IntMapName already exists, keep existing values rather than overwriting them with 'Unselected Value'. | |
| FChaosClothAssetConnectableIOStringValue | IntMapName | The name of the integer map attribute that will be added to the collection. | |
| int32 | SelectedValue | The value selected elements receive. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSelectionToIntMapNode, "SelectionToIntMap", "Cloth", "... | SelectionName | The name of the selection to convert. | |
| int32 | UnselectedValue | The value unselected elements receive. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSelectionToIntMapNode
(
const Dataflow::FNodeParameters& InParam, |