I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:CubeBuilder (UDK)

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


Properties

Property group 'CubeBuilder'

GroupName

Type: name


Default value: 'Cube'

Hollow

Type: bool


Tessellated

Type: bool


WallThickness

Type: float


Default value: 16.0

X

Type: float


Default value: 256.0

Y

Type: float


Default value: 256.0

Z

Type: float


Default value: 256.0

Default values

Property Value
BitmapFilename "Btn_Box"
ToolTip "BrushBuilderName_Cube"

Functions

Events

Build

event bool Build ()

Overrides: BrushBuilder.Build


Other instance functions

BuildCube

function BuildCube (int Direction, float dx, float dy, float dz, bool _tessellated)