Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h |
Include |
#include "ITimeSlider.h" |
enum ENearestKeyOption
{
NKO_None = 0x00,
NKO_SearchKeys = 0x01,
NKO_SearchSections = 0x02,
NKO_SearchMarkers = 0x04,
NKO_SearchAllTracks = 0x08,
}
Name |
Description |
---|---|
NKO_None |
|
NKO_SearchKeys |
Search keys |
NKO_SearchSections |
Search sections |
NKO_SearchMarkers |
Search markers |
NKO_SearchAllTracks |
Search all tracks |
Enum specifying how to find the nearest key