Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FTransformMeshDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT ()
struct FTransformMeshDataflowNode : public FDataflowNode
Remarks
Transforms a mesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInvertTransformation | Invert the transformation | |
| TObjectPtr< UDynamicMesh > | Mesh | Output mesh | |
| FVector | Rotate | Rotation | |
| FVector | RotatePivot | Pivot for the rotation | |
| ERotationOrderEnum | RotationOrder | Rotation Order | |
| FVector | Scale | Scale | |
| FVector | ScalePivot | Pivot for the scale | |
| FVector | Translate | Translation | |
| float | UniformScale | Shear Uniform scale |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTransformMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FTransformMeshDataflowNode, |
|||
FName
(
"FDynamicMesh3" |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |