Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
Item Action responsible for removing/unregistering items from the tree
| Name | FNavigationToolRemoveItem |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/ItemActions/NavigationToolRemoveItem.h |
| Include Path | #include "ItemActions/NavigationToolRemoveItem.h" |
Syntax
class FNavigationToolRemoveItem : public UE::SequenceNavigator::INavigationToolAction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNavigationToolRemoveItem
(
const FNavigationToolRemoveItemParams& InRemoveItemParams |
ItemActions/NavigationToolRemoveItem.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FNavigationToolItemInherits | TNavigationToolItemInherits< FNavigationToolRemoveItem, INavigationToolAction > | ItemActions/NavigationToolRemoveItem.h |
Functions
Public
Overridden from INavigationToolAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
FNavigationTool& InTool |
The Action to execute on the given Navigation Tool | ItemActions/NavigationToolRemoveItem.h | |
virtual void OnObjectsReplaced
(
const TMap< UObject*, UObject* >& InReplacementMap, |
Replace any Objects that might be held in this Action that has been killed and replaced by a new object (e.g. BP Components) | ItemActions/NavigationToolRemoveItem.h |
Overridden from INavigationToolItemTypeCastable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const void * CastTo_Impl
(
FNavigationToolItemTypeId InCastToType |
ItemActions/NavigationToolRemoveItem.h | ||
virtual FNavigationToolItemTypeId GetTypeId() |
ItemActions/NavigationToolRemoveItem.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FNavigationToolItemTypeId GetStaticTypeId() |
ItemActions/NavigationToolRemoveItem.h |