UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Brush.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "GameFramework/Actor.h"
#include "Brush.generated.h"

Go to the source code of this file.

Classes

struct  FGeomSelection
 

Enumerations

enum  ECsgOper : int {
  CSG_Active , CSG_Add , CSG_Subtract , CSG_Intersect ,
  CSG_Deintersect , CSG_None , CSG_MAX
}
 
enum  EBrushType : int { UMETA =(Hidden) , UMETA =(Hidden) , UMETA =(Hidden) , Brush_MAX }
 

Enumeration Type Documentation

◆ EBrushType

Enumerator
UMETA 

Default/builder brush.

Add to world.

Subtract from world.

UMETA 

Default/builder brush.

Add to world.

Subtract from world.

UMETA 

Default/builder brush.

Add to world.

Subtract from world.

Brush_MAX 

◆ ECsgOper

enum ECsgOper : int
Enumerator
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