Navigation
API > API/Editor > API/Editor/SequencerWidgets
Enum specifying how to find the nearest key
| Name | ENearestKeyOption |
| Type | enum |
| Header File | /Engine/Source/Editor/SequencerWidgets/Public/TimeSliderArgs.h |
| Include Path | #include "TimeSliderArgs.h" |
Syntax
enum ENearestKeyOption
{
NKO_None = 0x00,
NKO_SearchKeys = 0x01,
NKO_SearchSections = 0x02,
NKO_SearchMarkers = 0x04,
}
Values
| Name | Remarks |
|---|---|
| NKO_None | |
| NKO_SearchKeys | Search keys |
| NKO_SearchSections | Search sections |
| NKO_SearchMarkers | Search markers |