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