Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DrawPolyPathTool.h |
| Include | #include "DrawPolyPathTool.h" |
Syntax
enum EDrawPolyPathWidthMode
{
Fixed,
Interactive,
}
Values
| Name | Description |
|---|---|
| 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 |