TMapBase::GenerateKeyArray

Generate an array from the keys in this map.

References

Module

Core

Header

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

Include

#include "Containers/Map.h"

Syntax

template<typename Allocator>
void GenerateKeyArray
(
    TArray< KeyType, Allocator > & OutArray
) const

Remarks

Generate an array from the keys in this map.

Parameters

Parameter

Description

OutArray

Will contain the collection of keys.

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