add_set_intersection_node
Add a Blueprint node that returns elements common to both input sets, enabling set intersection operations in Unreal Engine.
Instructions
Add a Set INTERSECTION node - elements common to both sets.
From Ch. 13: Returns elements that exist in BOTH input 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_intersection_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 |