Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
| Name | FNavigationToolAddItemParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/Items/NavigationToolItemParameters.h |
| Include Path | #include "Items/NavigationToolItemParameters.h" |
Syntax
struct FNavigationToolAddItemParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNavigationToolAddItemParams
(
const FNavigationToolViewModelPtr& InItem, |
Items/NavigationToolItemParameters.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | ENavigationToolAddItemFlags | Some Extra Flags for what to do when Adding or After Adding the Items | Items/NavigationToolItemParameters.h | |
| RelativeDropZone | TOptional< EItemDropZone > | The Placement Order from the Relative Item (Onto/Inside, Above, Below) | Items/NavigationToolItemParameters.h | |
| SelectionFlags | ENavigationToolItemSelectionFlags | Flags to Indicate how we should Select the Item. This only applies if bool bSelectItem is true | Items/NavigationToolItemParameters.h | |
| WeakItem | FNavigationToolViewModelWeakPtr | The Item to Add | Items/NavigationToolItemParameters.h | |
| WeakRelativeItem | FNavigationToolViewModelWeakPtr | The Item to use as base in where to place the Item | Items/NavigationToolItemParameters.h |