ECsgOper

Variables.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Brush.h

Include

#include "Engine/Brush.h"

Syntax

enum ECsgOper
{
    CSG_Active,
    CSG_Add,
    CSG_Subtract,
    CSG_Intersect,
    CSG_Deintersect,
    CSG_None,
    CSG_MAX,
}

Values

Name

Description

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

Remarks

Variables.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss