Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/FNavigationToolItem
Description
Determines whether this item can be sorted by the Navigation Tool or not. Unsorted Items usually mean that they have their own way of sorting that Navigation Tool's Item Sorting Data should not interfere with. Note: Unsorted Children go before Sorted Items (e.g. Item Proxies go first before Actors below a Parent)
Virtual Inheritance
- INavigationToolItem::ShouldSort → FNavigationToolItem::ShouldSort
Derived Overrides
| Name | ShouldSort |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/Items/NavigationToolItem.h |
| Include Path | #include "Items/NavigationToolItem.h" |
virtual bool ShouldSort() const