Cogito, ergo sum
UE2:Brush (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- Direct subclass:
- Volume
- This class in other games:
- RTNP, U1, UT, U2, U2XMP, UE2Runtime, UT2003, UDK, 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. This is a built-in Unreal class and it shouldn't be modified.
Properties[edit]
Property group 'Brush'[edit]
bColored[edit]
Type: bool
BrushColor[edit]
Type: Object.Color
CsgOper[edit]
Type: ECsgOper
PolyFlags[edit]
Type: int
Internal variables[edit]
MainScale[edit]
Type: Object.Scale
Default value:
| Member | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Scale |
|
||||||||
| SheerAxis | SHEER_None | ||||||||
| SheerRate | 0.0 |
PostPivot[edit]
Type: Object.Vector
PostScale[edit]
Type: Object.Scale
Default value:
| Member | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Scale |
|
||||||||
| SheerAxis | SHEER_None | ||||||||
| SheerRate | 0.0 |
TempScale[edit]
Type: Object.Scale
Default value:
| Member | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Scale |
|
||||||||
| SheerAxis | SHEER_None | ||||||||
| SheerRate | 0.0 |
UnusedLightMesh[edit]
Type: Object
Modifiers: const
Default values[edit]
| Property | Value |
|---|---|
| bEdShouldSnap | True |
| bFixedRotationDir | True |
| bHidden | True |
| bNoDelete | True |
| bStatic | True |
| bUseDynamicLights | True |
| DrawType | DT_Brush |
Enums[edit]
ECsgOper[edit]
- 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.