Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetAttributeNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/AttributeNode.h |
| Include | #include "ChaosClothAsset/AttributeNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetAttributeNode : public FDataflowNode
Remarks
Create a new attribute for the specified group.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | FloatValue | Default float value. | |
| FChaosClothAssetNodeAttributeGroup | Group | The attribute group. | |
| int32 | IntValue | Default integer value. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetAttributeNode, "Attribute", "Cloth", "Cloth Attribute"... | Name | The name of the attribute to create. | |
| EChaosClothAssetNodeAttributeType | Type | The attribute type. | |
| FVector3f | VectorValue | Default vector value. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetAttributeNode
(
const Dataflow::FNodeParameters& InParam, |