Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make a stair mesh
| Name | FMakeStairMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeStairMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeStairMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeStairMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| CurveAngle | float | Inner radius of the curved staircase | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| InnerRadius | float | Curve angle of the staircase (in degrees) | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Mesh | TObjectPtr< UDynamicMesh > | Output mesh | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| NumSteps | DATAFLOW_NODE_DEFINE_INTERNAL(FMakeStairMeshDataflowNode, "MakeStairMesh", "Generators | Mesh", "") private int32 | Type of staircase The number of steps in this staircase. | Dataflow/GeometryCollectionMakeNodes.h |
|
| StepDepth | float | The height of each step. | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| StepHeight | float | The height of each step. | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| StepWidth | float | The width of each step. | Dataflow/GeometryCollectionMakeNodes.h |
|