Navigation
API > API/Editor > API/Editor/CurveEditor
Curve editor axis orientation enumeration
| Name | ECurveEditorAxisOrientation |
| Type | enum |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorAxis.h |
| Include Path | #include "CurveEditorAxis.h" |
Syntax
enum ECurveEditorAxisOrientation
{
Horizontal = 1,
Vertical = 2,
Both = Horizontal | Vertical,
}
Values
| Name | Remarks |
|---|---|
| Horizontal | |
| Vertical | |
| Both |