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
Protected
| 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 | int32 | The number of steps in this staircase. | Dataflow/GeometryCollectionMakeNodes.h |
|
| StairType | EDataflowStairTypeEnum | Type of 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 |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FMakeStairMeshDataflowNode, |
Dataflow/GeometryCollectionMakeNodes.h | ||
FName
(
"FDynamicMesh3" |
Dataflow/GeometryCollectionMakeNodes.h |