Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/DrawSplineTool.h |
| Include | #include "DrawSplineTool.h" |
Syntax
enum EDrawSplineDrawMode
{
TangentDrag,
ClickAutoTangent,
FreeDraw,
}
Values
| Name | Description |
|---|---|
| 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. |