Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
Interface class for an Action in the Navigation Tool (e.g. Add/Delete/Move Tree Item)
| Name | INavigationToolAction |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/ItemActions/NavigationToolItemAction.h |
| Include Path | #include "ItemActions/NavigationToolItemAction.h" |
Syntax
class INavigationToolAction : public UE::SequenceNavigator::INavigationToolItemTypeCastable
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FNavigationToolItemInherits | TNavigationToolItemInherits< INavigationToolAction, INavigationToolItemTypeCastable > | ItemActions/NavigationToolItemAction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Execute
(
FNavigationTool& InTool |
The Action to execute on the given Navigation Tool | ItemActions/NavigationToolItemAction.h | |
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/NavigationToolItemAction.h | |
virtual bool ShouldTransact() |
Determines whether the given action modifies its objects and should transact | ItemActions/NavigationToolItemAction.h |
Overridden from INavigationToolItemTypeCastable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const void * CastTo_Impl
(
FNavigationToolItemTypeId InCastToType |
ItemActions/NavigationToolItemAction.h | ||
virtual FNavigationToolItemTypeId GetTypeId() |
ItemActions/NavigationToolItemAction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FNavigationToolItemTypeId GetStaticTypeId() |
ItemActions/NavigationToolItemAction.h |