Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorPanel
| |
|
| Name |
ETangentModeComboState |
| Type |
enum |
| Header File |
/Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h |
| Include Path |
#include "SCurveEditorPanel.h" |
Syntax
enum ETangentModeComboState
{
Constant,
Linear,
CubicAuto,
CubicSmartAuto,
CubicUser,
CubicBreak,
Mixed,
NoKeys,
}
Values
| Name |
Remarks |
| Constant |
All keys in selection share the following mode: |
| Linear |
|
| CubicAuto |
|
| CubicSmartAuto |
|
| CubicUser |
|
| CubicBreak |
|
| Mixed |
The keys are mixed. |
| NoKeys |
There are no keys in view so nothing can be set. |