This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
MakeStairMesh (v1)
Make a stair mesh
Output(s): Mesh - Output mesh
Information
| Module | GeometryCollectionNodes |
| Category | Generators|Mesh |
| Type | FMakeStairMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| StairType | Type of staircase | EDataflowStairTypeEnum | Linear |
| NumSteps | The number of steps in this staircase. | int32 | 8 |
| StepWidth | The width of each step. | float | 150.000000 |
| StepHeight | The height of each step. | float | 20.000000 |
| StepDepth | The height of each step. | float | 30.000000 |
| CurveAngle | Inner radius of the curved staircase | float | 90.000000 |
| InnerRadius | Curve angle of the staircase (in degrees) | float | 150.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDynamicMesh> |