Navigation
API > API/Editor > API/Editor/CurveEditor
Enumeration identifying a single specific view type, or a combination thereof
| Name | ECurveEditorViewID |
| Type | enum |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorTypes.h |
| Include Path | #include "CurveEditorTypes.h" |
Syntax
enum ECurveEditorViewID
{
Invalid = 0,
Absolute = 1 << 0,
Normalized = 1 << 1,
Stacked = 1 << 2,
CUSTOM_START = 1 << 3,
ANY_BUILT_IN = Absolute | Normalized | Stacked,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Absolute | |
| Normalized | |
| Stacked | |
| CUSTOM_START | |
| ANY_BUILT_IN |