TSortedMap::GetKeys

Returns the unique keys contained within this map.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Containers/SortedMap.h"

Syntax

template<typename Allocator>
int32 GetKeys
(
    TArray< KeyType, Allocator > & OutKeys
) const

Remarks

Returns the unique keys contained within this map.

Returns

The number of unique keys in the map.

Parameters

Parameter

Description

OutKeys

Upon return, contains the set of unique keys in this map.