Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetTransformPositionsNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/TransformPositionsNode.h |
| Include | #include "ChaosClothAsset/TransformPositionsNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetTransformPositionsNode : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bTransform2DSimPositions | Enable Transforming 2D Sim Mesh Positions | |
| bool | bTransform3DSimPositions | Enable Transforming 3D Sim Mesh Positions | |
| bool | bTransformRenderPositions | Enable Transforming Render Positions | |
| FManagedArrayCollection | Collection | ||
| int32 | RenderPattern | Render Pattern to transform. All patterns will be used when set to -1. | |
| FVector3f | RenderRotation | Render Transform rotation angle in degrees (Euler Angles) | |
| FVector3f | RenderScale | Render Transform scale. | |
| FVector3f | RenderTranslation | Render Transform translation. | |
| int32 | Sim2DPattern | Sim Pattern to transform. All patterns will be used when set to -1. | |
| float | Sim2DRotation | 2D Sim Transform rotation angle in degrees. | |
| FVector2f | Sim2DScale | 2D Sim Transform scale. | |
| FVector2f | Sim2DTranslation | 2D Sim Transform translation. | |
| FVector3f | Sim3DRotation | 3D Sim Transform rotation angle in degrees (Euler Angles) | |
| FVector3f | Sim3DScale | 3D Sim Transform scale. | |
| FVector3f | Sim3DTranslation | 3D Sim Transform translation. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetTransformPositionsNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetTransformPositionsNode, |
|||
FName
(
"FClothCollection" |