TArrayView::StableSort

Stable sorts the array using user defined 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 StableSort
(
    const PREDICATE_CLASS & Predicate
)

Remarks

Stable sorts the array using user defined predicate class.

Stable sort is slower than non-stable algorithm.

Parameters

Parameter

Description

Predicate

Predicate class instance