Navigation
API > API/Runtime > API/Runtime/Engine
Variables.
| Name | ECsgOper |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Brush.h |
| Include Path | #include "Engine/Brush.h" |
Syntax
enum ECsgOper
{
CSG_Active,
CSG_Add,
CSG_Subtract,
CSG_Intersect,
CSG_Deintersect,
CSG_None,
CSG_MAX,
}
Values
| Name | Remarks |
|---|---|
| CSG_Active | Active brush. (deprecated, do not use.) |
| CSG_Add | Add to world. (deprecated, do not use.) |
| CSG_Subtract | Subtract from world. (deprecated, do not use.) |
| CSG_Intersect | Form from intersection with world. |
| CSG_Deintersect | Form from negative intersection with world. |
| CSG_None | |
| CSG_MAX |