Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Generators
Inheritance Hierarchy
- FMeshShapeGenerator
- FStairGenerator
- FLinearStairGenerator
- FFloatingStairGenerator
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Generators/StairGenerator.h |
| Include | #include "Generators/StairGenerator.h" |
Syntax
class FLinearStairGenerator : public UE::Geometry::FStairGenerator
Remarks
Generate an oriented Linear Stair mesh.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | StepDepth | The depth of each step. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FStairGenerator
| Type | Name | Description | |
|---|---|---|---|
| FVector3f | GenerateNormal
(
ESide Side, |
Returns a vertex normal vector. | |
| FVector2f | GenerateUV
(
ESide Side, |
Returns a UV vector. | |
| FVector3d | GenerateVertex
(
ESide Side, |
FLinearStairGenerator | |
| float | Returns the max dimension of the staircase for the purposes of computing the world UV scale. |
Typedefs
| Name | Description |
|---|---|
| Super |