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 path might be A/B/C/.../ItemInSet where A is Child of This. Returns 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" |
virtual TArray < FNavigationToolItemPtr > FindPath
(
const TArray < FNavigationToolItemPtr > & Items
) const