Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/FAvaOutlinerItem
Description
Determines whether this item can be sorted by the Outliner or not. Unsorted Items usually mean that they have their own way of sorting that Outliner's Item Sorting Data should not interfere with. Note: Unsorted Children go before Sorted Items (e.g. Item Proxies go first before Actors below a Parent)
Virtual Inheritance
- IAvaOutlinerItem::IsSortable → FAvaOutlinerItem::IsSortable
Derived Overrides
| Name | IsSortable |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerItem.h |
| Include Path | #include "Item/AvaOutlinerItem.h" |
virtual bool IsSortable() const