Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
The type of visualization being done to the item
| Name | EAvaOutlinerItemViewMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/AvaOutlinerDefines.h |
| Include Path | #include "AvaOutlinerDefines.h" |
Syntax
enum EAvaOutlinerItemViewMode
{
None = 0,
ItemTree = 1 << 0,
HorizontalItemList = 1<< 1,
All = ItemTree | HorizontalItemList,
}
Values
| Name | Remarks |
|---|---|
| None | |
| ItemTree | Outliner Tree Hierarchy View of the Items |
| HorizontalItemList | Flattened Horizontal List of Nested Items shown in the "Items" column |
| All | All the Views |