Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/AvaOutlinerDefines.h |
| Include | #include "AvaOutlinerDefines.h" |
Syntax
enum EAvaOutlinerItemViewMode
{
None = 0 UMETA(Hidden),
ItemTree = 1 << 0,
HorizontalItemList = 1<< 1,
All = ItemTree | HorizontalItemList,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
The type of visualization being done to the item