Navigation
API > API/Editor > API/Editor/UnrealEd
Things to set in mapSetBrush.
| Name | EMapSetBrushFlags |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h |
| Include Path | #include "Editor/EditorEngine.h" |
Syntax
enum EMapSetBrushFlags
{
MSB_BrushColor = 1,
MSB_Group = 2,
MSB_PolyFlags = 4,
MSB_BrushType = 8,
}
Values
| Name | Remarks |
|---|---|
| MSB_BrushColor | Set brush color. |
| MSB_Group | Set group. |
| MSB_PolyFlags | Set poly flags. |
| MSB_BrushType | Set CSG operation. |