TSortedMap::GenerateValueArray

Generates an array from the values in this map.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Containers/SortedMap.h"

Syntax

template<typename Allocator>
void GenerateValueArray
(
    TArray< ValueType, Allocator > & OutArray
) const

Remarks

Generates an array from the values in this map.