Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DrawPolygonTool.h |
| Include | #include "DrawPolygonTool.h" |
Syntax
enum EDrawPolygonDrawMode
{
Freehand,
Circle,
Square,
Rectangle,
RoundedRectangle,
Ring,
}
Values
| Name | Description |
|---|---|
| Freehand | Draw a freehand polygon |
| Circle | Draw a circle |
| Square | Draw a square |
| Rectangle | Draw a rectangle |
| RoundedRectangle | Draw a rounded rectangle |
| Ring | Draw a circle with a hole in the center |
Remarks
Polygon tool draw type