add_while_loop_node
Adds a While Loop node to a Blueprint, running the Loop Body as long as the condition is true, then firing Completed. Provide the Blueprint name to insert and optionally set its graph position.
Instructions
Add a While Loop node.
Executes 'Loop Body' while condition is true, then fires 'Completed'.
Args: blueprint_name: Blueprint name node_position: Optional graph position
KB: see knowledge_base/01_BLUEPRINT_FUNDAMENTALS.md#overview Example: add_while_loop_node(blueprint_name="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |