UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::KismetArray::Private Namespace Reference

Functions

template<class T , typename InLessThanFunc = TLess<T>, typename InGreaterThanFunc = TGreater<T>>
void SortHelper (TArray< T > &InArray, bool bStableSort, EArraySortOrder SortOrder, InLessThanFunc &&LessThanFunc={}, InGreaterThanFunc &&GreaterThanFunc={})
 

Function Documentation

◆ SortHelper()

template<class T , typename InLessThanFunc = TLess<T>, typename InGreaterThanFunc = TGreater<T>>
void UE::KismetArray::Private::SortHelper ( TArray< T > &  InArray,
bool  bStableSort,
EArraySortOrder  SortOrder,
InLessThanFunc &&  LessThanFunc = {},
InGreaterThanFunc &&  GreaterThanFunc = {} 
)