Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EDrawPolyPathWidthMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DrawPolyPathTool.h |
| Include Path | #include "DrawPolyPathTool.h" |
Syntax
enum EDrawPolyPathWidthMode
{
Fixed,
Interactive,
}
Values
| Name | Remarks |
|---|---|
| Fixed | Fixed width along the drawn path determined by the Width property |
| Interactive | Extrude drawn path to height set via additional mouse input after finishing the path |