Navigation
API > API/Editor > API/Editor/CurveEditor
Defines the axis to snap to when dragging.
| Name | ECurveEditorSnapAxis |
| Type | enum |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorSettings.h |
| Include Path | #include "CurveEditorSettings.h" |
Syntax
enum ECurveEditorSnapAxis
{
UMETA =(DisplayName = "None"),
UMETA =(DisplayName = "X Only"),
UMETA =(DisplayName = "Y Only"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | Don't snap to any axis when dragging. |
| UMETA | Snap to the x axis when dragging. |
| UMETA | Snap to the y axis when dragging. |