TSortedMap::GenerateKeyArray

Generates an array from the keys in this map.

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 GenerateKeyArray
(
    TArray< KeyType, Allocator > & OutArray
) const

Remarks

Generates an array from the keys in this map.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss