add_get_variable_node
Create a 'Get' node in a Blueprint to read a variable's value. Provide the Blueprint and variable name to get the node ID and output pin for further graph connections.
Instructions
Add a 'Get [VariableName]' node to read a variable's value.
Args: blueprint_name: Blueprint name variable_name: Variable to get (must exist in the Blueprint) node_position: Optional [X, Y] graph position
Returns: Dict with 'node_id'; output pin named same as variable
KB: see knowledge_base/01_BLUEPRINT_FUNDAMENTALS.md#overview Example: add_get_variable_node(blueprint_name="/Game/MCP_Test/BP_Example", variable_name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_position | No | ||
| variable_name | Yes | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |