TMapBase::GetKeys

Get the unique keys contained within this map.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Map.h"

Syntax

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

Remarks

Get 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.

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