Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EDrawPolyPathRadiusMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DrawPolyPathTool.h |
| Include Path | #include "DrawPolyPathTool.h" |
Syntax
enum EDrawPolyPathRadiusMode
{
Fixed,
Interactive,
}
Values
| Name | Remarks |
|---|---|
| Fixed | Fixed radius determined by the CornerRadius property. |
| Interactive | Set the radius interactively by clicking in the viewport. |