Navigation
API > API/Editor > API/Editor/CurveEditor
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/CurveEditorSettings.h |
| Include | #include "CurveEditorSettings.h" |
Syntax
enum ECurveEditorSnapAxis
{
UMETA =(DisplayName = "None"),
UMETA =(DisplayName = "X Only"),
UMETA =(DisplayName = "Y Only"),
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Defines the axis to snap to when dragging.