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 GenerateValueArray
(
TArray < ValueType, Allocator > & OutArray
) const
Remarks
Generate an array from the values in this map.
Parameters
| Name | Description |
|---|---|
| OutArray | Will contain the collection of values. |