Navigation
Unreal Engine C++ API Reference > Plugins > ModelingOperators > CompositionOps
References
Module | ModelingOperators |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/BooleanMeshesOp.h |
Include | #include "CompositionOps/BooleanMeshesOp.h" |
Syntax
enum ETrimOperation
&123;
TrimA = 0,
TrimB = 1,
&125;
Values
Name | Description |
---|---|
TrimA | Remove geometry from the first object using the second object |
TrimB | Remove geometry from the second object using the first object |