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

UE1:Brush (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> Actor >> Brush

Contents

Package: 
Engine
Known direct subclass:
Mover

The brush class. This is a built-in Unreal class and it shouldn't be modified.

Properties

Property group 'Brush'

bColored

Type: bool


BrushColor

Type: Object.Color


CsgOper

Type: ECsgOper


MainScale

Type: Object.Scale


Default value:

Member Value
Scale
Member Value
X 1.0
Y 1.0
Z 1.0

PolyFlags

Type: int


PostScale

Type: Object.Scale


Default value:

Member Value
Scale
Member Value
X 1.0
Y 1.0
Z 1.0

Internal variables

PostPivot

Type: Object.Vector


TempScale

Type: Object.Scale


Default value:

Member Value
Scale
Member Value
X 1.0
Y 1.0
Z 1.0

UnusedLightMesh

Type: Object

Modifiers: const


Default values

Property Value
bEdShouldSnap True
bFixedRotationDir True
bNoDelete True
bStatic True
DrawType DT_Brush

Enums

ECsgOper

CSG_Active 
Active brush.
CSG_Add 
Add to world.
CSG_Subtract 
Subtract from world.
CSG_Intersect 
Form from intersection with world.
CSG_Deintersect 
Form from negative intersection with world.
Personal tools