Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make a plane
| Name | FMakePlaneDataflowNode_v2 |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakePlaneDataflowNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakePlaneDataflowNode_v2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakePlaneDataflowNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Normal | DATAFLOW_NODE_DEFINE_INTERNAL(FMakePlaneDataflowNode_v2, "MakePlane", "Generators | Plane", "") private FVector | Base point Normal vector | Dataflow/GeometryCollectionMakeNodes.h |
|
| Plane | FDataflowPlane | Output plane | Dataflow/GeometryCollectionMakeNodes.h |
|
Functions
Public
Public Virtual
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionMakeNodes.h |