Sort

Specialized version of the above Sort function for pointers to elements.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Sorting.h

Include

#include "Templates/Sorting.h"

Syntax

template<class T>
void Sort
(
    T ** First,
    const int32 Num
)

Remarks

Specialized version of the above Sort function for pointers to elements.

Parameters

Parameter

Description

First

pointer to the first element to sort

Num

the number of items to sort

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss