I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:Brush (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
- Package:
- Engine
- Known direct subclass:
- Mover
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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 |
|
PolyFlags
Type: int
PostScale
Type: Object.Scale
Default value:
| Member | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Scale |
|
Internal variables
PostPivot
Type: Object.Vector
TempScale
Type: Object.Scale
Default value:
| Member | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Scale |
|
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.
