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