Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make a plane
| Name | FMakePlaneDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakePlaneDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakePlaneDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakePlaneDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| DebugDrawRenderSettings | FDataflowNodeDebugDrawSettings | DebugDraw settings | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Normal | DATAFLOW_NODE_DEFINE_INTERNAL(FMakePlaneDataflowNode, "MakePlane", "Generators | Plane", "") private FVector | Base point Normal vector | Dataflow/GeometryCollectionMakeNodes.h |
|
| Plane | FPlane | Output mesh | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| PlaneSizeMultiplier | float | Dataflow/GeometryCollectionMakeNodes.h |
|