TArrayView::Sort

Sorts the array using user define predicate class.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h

Include

#include "Containers/ArrayView.h"

Syntax

template<class PREDICATE_CLASS>
void Sort
(
    const PREDICATE_CLASS & Predicate
)

Remarks

Sorts the array using user define predicate class.

Parameters

Parameter

Description

Predicate

Predicate class instance.