Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item
References
| |
|
| Module |
AvalancheOutliner |
| Header |
/Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerItemParameters.h |
| Include |
#include "Item/AvaOutlinerItemParameters.h" |
Syntax
enum EAvaOutlinerAddItemFlags
{
None = 0,
AddChildren = 1 << 0,
Select = 1 << 1,
Transact = 1 << 2,
}
Values
| Name |
Description |
| 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 |