Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make a FTransform Deprecated (5.6) Use FMakeTransformDataflowNode instead
| Name | FMakeTransformDataflowNode_v2 |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT (Meta=(Deprecated="5.6"))
struct FMakeTransformDataflowNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeTransformDataflowNode_v2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeTransformDataflowNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Quat | FQuat | Rotation as a quaternion | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Rotation | DATAFLOW_NODE_DEFINE_INTERNAL(FMakeTransformDataflowNode_v2, "MakeTransform", "Generators | Transform", "") private FVector | Translation Rotation as Euler | Dataflow/GeometryCollectionMakeNodes.h |
|
| Rotator | FRotator | Rotation a Rotator | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Scale | FVector | Scale | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Transform | FTransform | Result transform | Dataflow/GeometryCollectionMakeNodes.h |
|