Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Builders
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBrushBuilder
- UEditorBrushBuilder
- ULinearStairBuilder
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Builders/LinearStairBuilder.h |
Include | #include "Builders/LinearStairBuilder.h" |
Syntax
class ULinearStairBuilder : public UEditorBrushBuilder
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | AddToFirstStep | The distance below the first step |
![]() |
FName | GroupName | |
![]() |
int32 | NumSteps | The number of steps |
![]() |
int32 | StepHeight | The height of each step |
![]() |
int32 | StepLength | The length of each step |
![]() |
int32 | StepWidth | The width of each step |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
ULinearStairBuilder
(
const FObjectInitializer& ObjectInitializer |