TMapBuilder::TMapBuilder

Creates and initializes a new map builder from another map.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/MapBuilder.h"

Syntax

template<typename OtherAllocator>
TMapBuilder
(
    const TMap< KeyType, ValueType, OtherAllocator > & InMap
)

Remarks

Creates and initializes a new map builder from another map.

Parameters

Parameter

Description

InMap

The map to copy.

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