Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
Include |
#include "Containers/ArrayView.h" |
template<class PREDICATE_CLASS>
void Sort
(
const PREDICATE_CLASS & Predicate
)
Sorts the array using user define predicate class.
Parameter |
Description |
---|---|
Predicate |
Predicate class instance. |