EVoxelCSGOperation

Windows
MacOS
Linux

References

Module

MeshModelingToolsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/VoxelCSGMeshesTool.h

Include

#include "VoxelCSGMeshesTool.h"

Syntax

enum EVoxelCSGOperation
{
    DifferenceAB    = 0,
    DifferenceBA    = 1,
    Intersect       = 2,
    Union           = 3,
}

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

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