Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/IAvaOutlinerItem
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)
Derived Overrides
| Name | IsSortable |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Item/IAvaOutlinerItem.h |
| Include Path | #include "Item/IAvaOutlinerItem.h" |
bool IsSortable() const