The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:LinearStairBuilder

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
Object >> BrushBuilder >> LinearStairBuilder (Package: Editor)

This creates a Linear Stair for the red builder brush

[edit] Properties

  • StepLength - the length of each step
  • StepHeight - the height of each step. Don't know the precise height, but when 32, you can't walk and jou must jump
  • StepWidth - The width of each step
  • NumSteps - the number of steps
  • AddToFirstStep - the extra height the staircase gets
  • GroupName - doesn't work with it

[edit] Alignment tips

If it's a continuous texture, it's best that the steps are aligned manually. If not, then align to floor. The sides can be aligned by the wall direction to make them go smoothly.

[edit] Related Topics

Personal tools