Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
| Name | UE::SequenceNavigator::ENavigationToolAddItemFlags |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/Items/NavigationToolItemParameters.h |
| Include Path | #include "Items/NavigationToolItemParameters.h" |
Syntax
namespace UE
{
namespace SequenceNavigator
{
enum ENavigationToolAddItemFlags
{
None = 0,
AddChildren = 1 << 0,
Select = 1 << 1,
Transact = 1 << 2,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| AddChildren | Also add the children of the given item even if they were not made into their own Add Item Action |
| Select | Select this Item on Add |
| Transact | Make a Transaction for this Action |