The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:Brush (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- Package:
- Engine
- Direct subclasses:
- BrushShape, Volume
- This class in other games:
- RTNP, U1, UT, U2XMP, U2, UE2Runtime, UT2003, UT2004, UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
The brush class.
Properties
Property group 'Brush'
bColored
Type: bool
BrushColor
Type: Object.Color
CsgOper
Type: ECsgOper
Internal variables
bPlaceableFromClassBrowser
Type: bool
If TRUE, this brush class can be placed using the class browser like other simple class types
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
Property | Value |
---|---|
ReplacementPrimitive | None |
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