Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
Description
Compares the absolute order of the items in the Outliner and returns true if A comes before B in the outliner. Useful to use when sorting Items.
| Name | UE::AvaOutliner::CompareOutlinerItemOrder |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerItemUtils.h |
| Include Path | #include "Item/AvaOutlinerItemUtils.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Private/Item/AvaOutlinerItemUtils.cpp |
namespace UE
{
namespace AvaOutliner
{
bool UE::AvaOutliner::CompareOutlinerItemOrder
(
const FAvaOutlinerItemPtr & A,
const FAvaOutlinerItemPtr & B
)
}
}