![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Sorting.h>
Static Public Member Functions | |
| template<class T , class PREDICATE_CLASS > | |
| static void | Sort (T *First, const int32 Num, const PREDICATE_CLASS &Predicate) |
Merge sort class.
@template_param TMergePolicy Merging policy. @template_param MinMergeSubgroupSize Minimal size of the subgroup that should be merged.
|
inlinestatic |
Sort the array.
| First | Pointer to the array. |
| Num | Number of elements in the array. |
| Predicate | Predicate for comparison. |