unreal.AvaOutlinerItemViewMode

class unreal.AvaOutlinerItemViewMode

Bases: EnumBase

The type of visualization being done to the item

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheOutliner

  • File: AvaOutlinerDefines.h

ALL: AvaOutlinerItemViewMode

All the Views

Type:

3

HORIZONTAL_ITEM_LIST: AvaOutlinerItemViewMode

Flattened Horizontal List of Nested Items shown in the “Items” column

Type:

2

ITEM_TREE: AvaOutlinerItemViewMode

Outliner Tree Hierarchy View of the Items

Type:

1