add_set_union_node
Add a Set UNION node to a Blueprint to combine two sets and remove duplicates. Use for merging set data in Unreal Engine 5 Blueprints.
Instructions
Add a Set UNION node - combine two sets (removes duplicates).
From Ch. 13: Returns a new set containing all elements from both sets.
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_union_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 |