Unreal Engine Blueprint API Reference > Utilities > Set
Returns true if the set contains the given item.
Target is Blueprint Set Library
Inputs
Type | Name | Description |
---|---|---|
wildcard | Target Set | The set to search for the item |
wildcard | Item to Find | The item to look for |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | True if the item was found within the set |