Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EMirrorSaveMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MirrorTool.h |
| Include Path | #include "MirrorTool.h" |
Syntax
enum EMirrorSaveMode
{
InputObjects = 0,
NewObjects = 1,
}
Values
| Name | Remarks |
|---|---|
| InputObjects | Save the results in place of the original input objects. |
| NewObjects | Save the results as new objects. |