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