Navigation
API > API/Editor > API/Editor/CurveEditor
Defines visibility states for the tangents in the curve editor.
| Name | ECurveEditorTangentVisibility |
| Type | enum |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorSettings.h |
| Include Path | #include "CurveEditorSettings.h" |
Syntax
enum ECurveEditorTangentVisibility
{
AllTangents,
SelectedKeys,
NoTangents,
UserTangents,
UMETA =(Hidden),
}
Values
| Name | Remarks |
|---|---|
| AllTangents | All tangents should be visible. |
| SelectedKeys | Only tangents from selected keys should be visible. |
| NoTangents | Don't display tangents. |
| UserTangents | Only tangents that are user edited, i.e. set to user or break should be visible. |
| UMETA | Add new entries above. |