TSet::Sort

Sorts the set's elements using the provided comparison class.

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

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

Remarks

Sorts the set's elements using the provided comparison class.

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