Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/INavigationToolItem
Description
Returns the item's height in the tree. Root item should return 0 as it has no parent. Delegate signature for relaying an Item Rename action ENavigationToolRenameAction the type of action being relayed (e.g. request a rename, or notify rename complete, etc) const TSharedPtr
Derived Overrides
| Name | CanAcceptDrop |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/Items/INavigationToolItem.h |
| Include Path | #include "Items/INavigationToolItem.h" |
TOptional < EItemDropZone > CanAcceptDrop
(
const FDragDropEvent & InDragDropEvent,
const EItemDropZone InDropZone
)