Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FDataflowTerminalNode
- FChaosClothAssetAddWeightMapNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/AddWeightMapNode.h |
| Include | #include "ChaosClothAsset/AddWeightMapNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetAddWeightMapNode : public FDataflowTerminalNode
Remarks
Painted weight map attributes node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EChaosClothAssetWeightMapMeshType | MeshTarget | ||
| FString | Name | The name to be set as a weight map attribute. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetAddWeightMapNode, "AddWeightMap", "Cloth", "Cloth AddW... | TransferCollection | The collection used to transfer weight map from. | |
| EChaosClothAssetWeightMapTransferType | TransferType | The type of transfer used to transfer the weight map when a TransferCollection is connected. | |
| TArray< float > | VertexWeights |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetAddWeightMapNode
(
const Dataflow::FNodeParameters& InParam, |