Navigation
API > API/Plugins > API/Plugins/ModelingOperatorsEditorOnly > API/Plugins/ModelingOperatorsEditorOnly/FVoxelBooleanMeshesOp
| Name | EBooleanOperation |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/CompositionOps/VoxelBooleanMeshesOp.h |
| Include Path | #include "CompositionOps/VoxelBooleanMeshesOp.h" |
Syntax
enum EBooleanOperation
{
DifferenceAB = 0,
DifferenceBA = 1,
Intersect = 2,
Union = 3,
}
Values
| Name | Remarks |
|---|---|
| DifferenceAB | |
| DifferenceBA | |
| Intersect | |
| Union |