UE3:Brush (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT3 Object >> Actor >> Brush
Package:
Engine
Direct subclass:
Volume
This class in other games:

The brush class. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

Property group 'Brush'

bColored

Type: bool


BrushColor

Type: Object.Color


CsgOper

Type: ECsgOper


Internal variables

Brush

Type: Model

Modifiers: export, const


BrushComponent

Type: BrushComponent

Modifiers: editconst, const


Default value: BrushComponent'BrushComponent0'

bSolidWhenSelected

Type: bool


PolyFlags

Type: int


SavedSelections

Type: array<GeomSelection>

Stores selection information from geometry mode. This is the only information that we can't regenerate by looking at the source brushes following an undo operation.

Default values

Property Value
bEdShouldSnap True
bHidden True
bNoDelete True
bStatic True
CollisionComponent BrushComponent'BrushComponent0'
Components[0] BrushComponent'BrushComponent0'

Subobjects

BrushComponent0

Class: Engine.BrushComponent

No new values.

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.

Structs

GeomSelection

Modifiers: native, export

int Type
EGeometrySelectionType_
int Index
Index into the geometry data structures
int SelectionIndex
The selection index of this item
float SelStrength
The strength of the selection (used for soft selection)