Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UCubeGridTool
| Name | EMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/CubeGridTool.h |
| Include Path | #include "CubeGridTool.h" |
Syntax
enum EMode
{
PushPull,
Corner,
FitGrid,
}
Values
| Name | Remarks |
|---|---|
| PushPull | |
| Corner | |
| FitGrid | This is currently not supported, but some of the code was written with space for a "fit grid" mode that would have allowed the dimensions of the grid to be fit using a sequence of (snapped) mouse clicks. |