Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item > API/Plugins/AvalancheOutliner/Item/FAvaOutlinerItem
- IAvaOutlinerItem::IsSortable()
- FAvaOutlinerItem::IsSortable()
- FAvaOutlinerActor::IsSortable()
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerItem.h |
| Include | #include "Item/AvaOutlinerItem.h" |
virtual bool IsSortable() const
Remarks
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)