Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
| |
|
| Name |
EAvaOutlinerAddItemFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerItemParameters.h |
| Include Path |
#include "Item/AvaOutlinerItemParameters.h" |
Syntax
enum EAvaOutlinerAddItemFlags
{
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 |