Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| Name | ESplineOffsetMethod |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/DrawSplineTool.h |
| Include Path | #include "DrawSplineTool.h" |
Syntax
enum ESplineOffsetMethod
{
HitNormal,
Custom,
}
Values
| Name | Remarks |
|---|---|
| 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. |