Navigation
Unreal Engine Blueprint API Reference > Utilities > Array
Returns true if the array contains the given item *
Target is Kismet Array Library
Inputs
Type | Name | Description |
---|---|---|
wildcard | Target Array | The array 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 array |