Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
Include |
#include "Containers/Map.h" |
template<typename Allocator>
void GenerateKeyArray
(
TArray< KeyType, Allocator > & OutArray
) const
Generate an array from the keys in this map.
Parameter |
Description |
---|---|
OutArray |
Will contain the collection of keys. |