Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Transforms a mesh
| Name | FTransformMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT ()
struct FTransformMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FTransformMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransformMeshDataflowNode
(
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, "TransformMesh", "Math | Transform", "") public FVector | Output mesh Translation | Dataflow/GeometryCollectionNodes.h |
|
| UniformScale | float | Shear Uniform scale | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |