Cogito, ergo sum
UE2:Brush (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- Direct subclass:
- Volume
- This class in other games:
- RTNP, U1, UT, U2XMP, U2, UT2003, UT2004, UT3, UDK
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 |
|
PostPivot[edit]
Type: Object.Vector
PostScale[edit]
Type: Object.Scale
Default value:
Member | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
Scale |
|
TempScale[edit]
Type: Object.Scale
Default value:
Member | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
Scale |
|
UnusedLightMesh[edit]
Type: Object
Modifiers: const
Default values[edit]
Property | Value |
---|---|
bEdShouldSnap | True |
bFixedRotationDir | True |
bHidden | True |
bNoDelete | True |
bStatic | 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.