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