This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
template<typename Allocator>
void GenerateKeyArray
(
TArray < KeyType, Allocator > & OutArray
) const
Remarks
Generate an array from the keys in this map.
Parameters
| Name | Description |
|---|---|
| OutArray | Will contain the collection of keys. |