add_map_values_node
Adds a Map Values node to a Blueprint, copying all values from a map variable into an array.
Instructions
Add a Map VALUES node - copy all Map values to an Array.
From Ch. 13: Returns an array of all values in the map.
Args: blueprint_name: Blueprint to add the node to map_variable: Map variable name node_position: [X, Y] graph position
KB: see knowledge_base/07_DATA_STRUCTURES.md#overview Example: add_map_values_node(blueprint_name="/Game/MCP_Test/BP_Example", map_variable="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map_variable | Yes | ||
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |