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