Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetMergeClothCollectionsNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/MergeClothCollectionsNode.h |
| Include | #include "ChaosClothAsset/MergeClothCollectionsNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetMergeClothCollectionsNode : public FDataflowNode
Remarks
Merge multiple cloth collections into a single cloth collection of multiple patterns.
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetMergeClothCollectionsNode, "MergeClothCollections", "C... | Collection | Input 0, right click on the node and add pins to add more merge inputs. | |
| FManagedArrayCollection | Collection1 | Input 1, right click on the node and add pins to add more merge inputs. | |
| FManagedArrayCollection | Collection2 | Input 2, right click on the node and add pins to add more merge inputs. | |
| FManagedArrayCollection | Collection3 | Input 3, right click on the node and add pins to add more merge inputs. | |
| FManagedArrayCollection | Collection4 | Input 4, right click on the node and add pins to add more merge inputs. | |
| FManagedArrayCollection | Collection5 | Input 5, right click on the node and add pins to add more merge inputs. | |
| int32 | NumInputs | The number of inputs currently exposed to the node UI. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetMergeClothCollectionsNode
(
const Dataflow::FNodeParameters& InParam, |