Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBuilder
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/MapBuilder.h |
| Include | #include "Containers/MapBuilder.h" |
TMapBuilder & Add
&40;
KeyType InKey,
ValueType InValue
&41;
Remarks
Adds a key-value pair to the map. This instance (for method chaining).
Parameters
| Name | Description |
|---|---|
| InKey | The key of the pair to add. |
| InValue | The value of the pair to add. |