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 ESplineOffsetMethod
{
HitNormal,
Custom,
}
Values
| Name | Description |
|---|---|
| HitNormal | Spline points will be offset along the normal direction of the clicked surface. |
| Custom | Spline points will be offset along a manually-chosen direction. |