add_set_contains_node
Adds a Set CONTAINS node to a Blueprint to check whether a specified element exists in a set, returning True if found.
Instructions
Add a Set CONTAINS node to check if an element exists in a Set.
From Ch. 13: Returns True if the set contains the specified element.
Args: blueprint_name: Blueprint to add the node to set_variable: Set variable name node_position: [X, Y] graph position
KB: see knowledge_base/07_DATA_STRUCTURES.md#overview Example: add_set_contains_node(blueprint_name="/Game/MCP_Test/BP_Example", set_variable="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set_variable | Yes | ||
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |