Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
Include |
#include "Containers/Map.h" |
template<typename Allocator>
int32 GetKeys
(
TSet< KeyType, Allocator > & OutKeys
) const
Get the unique keys contained within this map.
The number of unique keys in the map.
Parameter |
Description |
---|---|
OutKeys |
Upon return, contains the set of unique keys in this map. |