Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/IAvaOutlinerItem
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.
| Name | FindPath |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Item/IAvaOutlinerItem.h |
| Include Path | #include "Item/IAvaOutlinerItem.h" |
virtual TArray < FAvaOutlinerItemPtr > FindPath
(
const TArray < FAvaOutlinerItemPtr > & Items
) const