Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SelectionNode.h |
| Include | #include "ChaosClothAsset/SelectionNode.h" |
Syntax
enum EChaosClothAssetSelectionOverrideType
{
ReplaceAll,
Modify,
}
Values
| Name | Description |
|---|---|
| ReplaceAll | Replace the existing set with values in [Secondary]Indices. |
| Modify | Append values in [Secondary]Indices. Remove values in [Secondary]RemoveIndices. |
Remarks
How the sets stored on the SelectionNode should be applied to an existing set. If no set exists, it is treated as empty.