Navigation
API > API/Editor > API/Editor/CurveEditor
Defines the position to center the zoom about in the curve editor.
| Name | ECurveEditorZoomPosition |
| Type | enum |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorSettings.h |
| Include Path | #include "CurveEditorSettings.h" |
Syntax
enum ECurveEditorZoomPosition
{
UMETA =(DisplayName = "Playhead"),
UMETA =(DisplayName = "Mouse Position"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | Playhead. |
| UMETA | Mouse Position. |