Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EMirrorOperationMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MirrorTool.h |
| Include Path | #include "MirrorTool.h" |
Syntax
enum EMirrorOperationMode
{
MirrorAndAppend = 0,
MirrorExisting = 1,
}
Values
| Name | Remarks |
|---|---|
| MirrorAndAppend | Append a mirrored version of the mesh to itself. |
| MirrorExisting | Mirror the existing mesh. |