add_set_difference_node
Adds a Set Difference node to a Blueprint, returning elements from the first set that are not in the second. Automates Blueprint graph creation for set operations.
Instructions
Add a Set DIFFERENCE node - elements in first set but not in second.
From Ch. 13: Returns elements from set A that are NOT in set B.
Args: blueprint_name: Blueprint to add the node to node_position: [X, Y] graph position
KB: see knowledge_base/07_DATA_STRUCTURES.md#overview Example: add_set_difference_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 |