I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:TerrainBuilder (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> BrushBuilder >> TerrainBuilder
Package: 
Editor
This class in other games:
UT, UE2Runtime, UT2003, UT2004, U2XMP

TerrainBuilder: Builds a 3D cube brush, with a tessellated bottom.

Properties[edit]

Property group 'TerrainBuilder'[edit]

Breadth[edit]

Type: float


Default value: 512.0

DepthSegments[edit]

Type: int

How many breaks to have in each direction

Default value: 2

GroupName[edit]

Type: name


Default value: 'Terrain'

Height[edit]

Type: float


Default value: 256.0

Width[edit]

Type: float


Default value: 256.0

WidthSegments[edit]

Type: int


Default value: 4

Default values[edit]

Property Value
BitmapFilename "BBTerrain"
ToolTip "BSP Based Terrain"

Functions[edit]

Events[edit]

Build[edit]

event bool Build ()

Overrides: BrushBuilder.Build


Other instance functions[edit]

BuildTerrain[edit]

function BuildTerrain (int Direction, float dx, float dy, float dz, int WidthSeg, int DepthSeg)