Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
The type of visualization being done to the item
| Name | ENavigationToolItemViewMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolSettings.h |
| Include Path | #include "NavigationToolSettings.h" |
Syntax
enum ENavigationToolItemViewMode
{
None = 0 UMETA(Hidden),
ItemTree = 1 << 0,
HorizontalItemList = 1 << 1,
All = ItemTree | HorizontalItemList,
}
Values
| Name | Remarks |
|---|---|
| None | |
| ItemTree | Navigation Tool Tree Hierarchy View of the Items |
| HorizontalItemList | Flattened Horizontal List of Nested Items shown in the "Items" column |
| All | All the Views |