add_multigate_node
Adds a MultiGate flow control node to a Blueprint, enabling execution through multiple output pins in sequence or random order with optional looping.
Instructions
Add a MultiGate flow control node.
MultiGate sends execution through multiple output pins in sequence (or randomly), optionally looping back to the start.
Args: blueprint_name: Blueprint name num_outputs: Number of output pins is_random: Randomize execution order loop: Loop after reaching the last output node_position: Optional [X, Y] graph position
KB: see knowledge_base/07_DATA_STRUCTURES.md#overview Example: add_multigate_node(blueprint_name="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | ||
| is_random | No | ||
| num_outputs | No | ||
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |