Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
Item action responsible for adding an item to the tree under a given optional parent. If Parent is null, it is added as a Top Level Item.
| Name | FNavigationToolAddItem |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/ItemActions/NavigationToolAddItem.h |
| Include Path | #include "ItemActions/NavigationToolAddItem.h" |
Syntax
class FNavigationToolAddItem : public UE::SequenceNavigator::INavigationToolItemAction
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNavigationToolAddItem
(
const FNavigationToolAddItemParams& InAddItemParams |
ItemActions/NavigationToolAddItem.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FNavigationToolAddItem() |
ItemActions/NavigationToolAddItem.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Implements | ::UE::Sequencer::TImplements< INavigationToolItemAction > | ItemActions/NavigationToolAddItem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AutoRegisterTypeTable | ::UE::Sequencer::ICastable::FAutoRegisterTypeTable | ItemActions/NavigationToolAddItem.h | ||
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< FNavigationToolAddItem > | ItemActions/NavigationToolAddItem.h |
Functions
Public
Overridden from INavigationToolItemAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
FNavigationTool& InTool |
The action to execute on the given Navigation Tool | ItemActions/NavigationToolAddItem.h | |
| 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/NavigationToolAddItem.h | ||
virtual bool ShouldTransact() |
Determines whether the given action modifies its objects and should transact | ItemActions/NavigationToolAddItem.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
ItemActions/NavigationToolAddItem.h |