add_make_set_node
Adds a Make Set node to a Blueprint, creating a set from specified element pins while preventing duplicates. Use to build a set data structure from individual variables.
Instructions
Add a Make Set node to create a Set from individual variables.
From Ch. 13: Similar to Make Array but creates a Set (no duplicates).
Args: blueprint_name: Blueprint to add the node to element_type: Element type for the Set num_pins: Number of input element pins node_position: [X, Y] graph position
KB: see knowledge_base/07_DATA_STRUCTURES.md#overview Example: add_make_set_node(blueprint_name="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num_pins | No | ||
| element_type | No | String | |
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |