ECSGOperation

CSG operation types

Windows
MacOS
Linux

References

Module

ModelingOperators

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/BooleanMeshesOp.h

Include

#include "CompositionOps/BooleanMeshesOp.h"

Syntax

enum ECSGOperation
{
    DifferenceAB    = 0,
    DifferenceBA    = 1,
    Intersect       = 2,
    Union           = 3,
    TrimA           = 4,
    TrimB           = 5,
}

Values

Name

Description

DifferenceAB

Subtracts the first object from the second

DifferenceBA

Subtracts the second object from the first

Intersect

Intersection of two objects

Union

Union of two objects

TrimA

Trim the first object using the second

TrimB

Trim the second object using the first

Remarks

CSG operation types

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