Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| Name | EDrawSplineDrawMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/DrawSplineTool.h |
| Include Path | #include "DrawSplineTool.h" |
Syntax
enum EDrawSplineDrawMode
{
TangentDrag,
ClickAutoTangent,
FreeDraw,
}
Values
| Name | Remarks |
|---|---|
| TangentDrag | Click to place a point and then drag to set its tangent. |
| ClickAutoTangent | Click and drag new points, with the tangent set automatically. |
| FreeDraw | Drag to place multiple points, with spacing controlled by Min Point Spacing. |