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 | |
|---|---|---|---|
| FManagedArrayCollection | Collection | ||
| int32 | Pattern | Pattern to transform. All patterns will be used when set to -1. | |
| float | Rotation | Transform rotation angle in degrees. | |
| FVector2f | 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 UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetTransformUVsNode, |
|||
FName
(
"FClothCollection" |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |