add_make_map_node
Add a Make Map node to a Blueprint, configuring key/value types and pair count to construct a Map literal from key-value inputs for automated data structure creation.
Instructions
Add a Make Map node to create a Map from key-value pairs.
From Ch. 13: Creates a Map literal from individual key-value pin inputs.
Args: blueprint_name: Blueprint to add the node to key_type: Key type value_type: Value type num_pairs: Number of key-value pair input pins node_position: [X, Y] graph position
KB: see knowledge_base/07_DATA_STRUCTURES.md#overview Example: add_make_map_node(blueprint_name="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_type | No | String | |
| num_pairs | No | ||
| value_type | No | Float | |
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |