Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetTransformUVsNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/TransformUVsNode.h |
| Include | #include "ChaosClothAsset/TransformUVsNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetTransformUVsNode : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Pattern | Pattern to transform. All patterns will be used when set to -1. | |
| float | Rotation | Transform rotation angle in degrees. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetTransformUVsNode, "TransformUVs", "Cloth", "Cloth Simu... | Scale | Transform scale. | |
| FVector2f | Translation | Transform translation. | |
| int32 | UVChannel | UV channel to transform. All UV channels will be used when set to -1. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetTransformUVsNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |