Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/INavigationToolView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetChildrenOfItem
(
const FNavigationToolViewModelWeakPtr InWeakItem, |
INavigationToolView.h | ||
void GetChildrenOfItem
(
const FNavigationToolViewModelWeakPtr InWeakItem, |
Gets the children of a given item. | INavigationToolView.h |
GetChildrenOfItem(const FNavigationToolViewModelWeakPtr, TArray< FNavigationToolViewModelWeakPtr > &)
| Name | GetChildrenOfItem |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/INavigationToolView.h |
| Include Path | #include "INavigationToolView.h" |
void GetChildrenOfItem
(
const FNavigationToolViewModelWeakPtr InWeakItem,
TArray < FNavigationToolViewModelWeakPtr > & OutWeakChildren
) const
GetChildrenOfItem(const FNavigationToolViewModelWeakPtr, TArray< FNavigationToolViewModelWeakPtr > &, const ENavigationToolItemViewMode, const TSet< FNavigationToolViewModelWeakPtr > &)
Description
Gets the children of a given item. Can recurse if the immediate child is hidden (the children of these hidden items should still be given the opportunity to show up)
| Name | GetChildrenOfItem |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/INavigationToolView.h |
| Include Path | #include "INavigationToolView.h" |
void GetChildrenOfItem
(
const FNavigationToolViewModelWeakPtr InWeakItem,
TArray < FNavigationToolViewModelWeakPtr > & OutWeakChildren,
const ENavigationToolItemViewMode InViewMode,
const TSet< FNavigationToolViewModelWeakPtr > & InWeakRecursionDisallowedItems
) const
Parameters
| Name | Remarks |
|---|---|
| InWeakItem | The item to get the children of |
| OutWeakChildren | The visible children in the give view mode |
| InViewMode | The view mode(s) that the children should support to be added to OutChildren |
| InWeakRecursionDisallowedItems | The items where recursion should not be performed |