Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/INavigationToolItem
Description
Tries to find the first path of descendants (not including self) that lead to a given item in the set. The last item is the item in the set that was found, so the path might be "A/B/C/.../ItemInSet", where A is the child of This. Returns The empty array if failed.
Derived Overrides
| Name | FindPath |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/Items/INavigationToolItem.h |
| Include Path | #include "Items/INavigationToolItem.h" |
TArray < FNavigationToolViewModelPtr > FindPath
(
const TArray < FNavigationToolViewModelWeakPtr > & InWeakItems
) const