I'm a doctor, not a mechanic

UE1:Brush (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
Engine
Direct subclass:
Mover
This class in other games:
U1, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

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.