I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Legacy:LinearStairBuilder
From Unreal Wiki, The Unreal Engine Documentation Site
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.
