UE1:Brush (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE1:ECsgOper (RTNP))
Jump to navigation Jump to search
RTNP Object >> Actor >> Brush
Package: 
Engine

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.