Navigation
API > API/Editor > API/Editor/SequencerCore
| Name | EKeyConnectionStyle |
| Type | enum |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Views/KeyDrawParams.h |
| Include Path | #include "MVVM/Views/KeyDrawParams.h" |
Syntax
enum EKeyConnectionStyle
{
None = 0,
Dotted = 1 << 0,
Dashed = 1 << 1,
Solid = 1 << 2,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Dotted | |
| Dashed | |
| Solid |