Navigation
API > API/Runtime > API/Runtime/Core
Merge sort class.
@template_param TMergePolicy Merging policy. @template_param MinMergeSubgroupSize Minimal size of the subgroup that should be merged.
| Name | TMergeSort |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
| Include Path | #include "Templates/Sorting.h" |
Syntax
template<class TMergePolicy, int32 MinMergeSubgroupSize>
class TMergeSort
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Sort
(
T* First, |
Sort the array. | Templates/Sorting.h |