Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Transforms a Dataflow mesh
| Name | FTransformMeshDataflowNode_v2 |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT ()
struct FTransformMeshDataflowNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FTransformMeshDataflowNode_v2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransformMeshDataflowNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bInvertTransformation | bool | Invert the transformation | Dataflow/GeometryCollectionNodes.h |
|
|
| Rotate | FVector | Rotation | Dataflow/GeometryCollectionNodes.h |
|
|
| RotatePivot | FVector | Pivot for the rotation | Dataflow/GeometryCollectionNodes.h |
|
|
| RotationOrder | ERotationOrderEnum | Rotation Order | Dataflow/GeometryCollectionNodes.h |
|
|
| Scale | FVector | Scale | Dataflow/GeometryCollectionNodes.h |
|
|
| ScalePivot | FVector | Pivot for the scale | Dataflow/GeometryCollectionNodes.h |
|
|
| Translate | DATAFLOW_NODE_DEFINE_INTERNAL(FTransformMeshDataflowNode_v2, "TransformMesh", "Math | Transform", "") private FVector | Output mesh Translation | Dataflow/GeometryCollectionNodes.h |
|
| UniformScale | float | Shear Uniform scale | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
Public Virtual
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |