add_blueprint_flip_flop_node
Add a FlipFlop node to a Blueprint graph so each trigger alternates execution between A and B outputs, enabling toggle-style branching logic.
Instructions
Add a FlipFlop macro node to a Blueprint graph.
Alternates between A and B exec outputs on each trigger. Pins: execute, A (exec), B (exec), IsA (bool).
Args: blueprint_name: Asset name of the Blueprint. graph_name: Graph to add to. Default 'EventGraph'. node_position: Optional [X, Y] canvas position.
Returns: Dict with 'node_id', 'node_name', 'node_type', and 'pins'.
KB: see knowledge_base/01_BLUEPRINT_FUNDAMENTALS.md#overview Example: add_blueprint_flip_flop_node(blueprint_name="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_name | No | EventGraph | |
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |