Mostly Harmless

UE1:Brush (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE1:ECsgOper (U1))
Jump to: navigation, search
U1 Object >> Actor >> Brush

Contents

Package: 
Engine
Known direct subclass:
Mover
This class in other games:
RTNP, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

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

[edit] Properties

[edit] Property group 'Brush'

[edit] bColored

Type: bool


[edit] BrushColor

Type: Object.Color


[edit] CsgOper

Type: ECsgOper


[edit] MainScale

Type: Object.Scale


Default value:

Member Value
Scale
Member Value
X 1.0
Y 1.0
Z 1.0

[edit] PolyFlags

Type: int


[edit] PostScale

Type: Object.Scale


Default value:

Member Value
Scale
Member Value
X 1.0
Y 1.0
Z 1.0

[edit] Internal variables

[edit] PostPivot

Type: Object.Vector


[edit] TempScale

Type: Object.Scale


Default value:

Member Value
Scale
Member Value
X 1.0
Y 1.0
Z 1.0

[edit] UnusedLightMesh

Type: Object

Modifiers: const


[edit] Default values

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

[edit] Enums

[edit] 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