Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Builders
Inheritance Hierarchy
- UBrushBuilder
- UEditorBrushBuilder
- ULinearStairBuilder
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Builders/LinearStairBuilder.h |
| Include | #include "Builders/LinearStairBuilder.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=BrushSettings, EditInlineNew,
Meta=(DisplayName="Linear Stair"))
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 |
Overridden from UEditorBrushBuilder
| Type | Name | Description | |
|---|---|---|---|
| bool | Build
(
UWorld* InWorld, |