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&40;&41;
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 Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |