TMapBuilder::Append

Appends another map.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/MapBuilder.h"

Syntax

TMapBuilder & Append
(
    const TMap< KeyType, ValueType, SetAllocator > & OtherMap
)

Remarks

Appends another map.

Returns

This instance (for method chaining).

Parameters

Parameter

Description

OtherMap

The map to append.

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