BlueprintAPI > BlueprintAPI/ListView
Returns the index that the specified item is at. Will return the first found, or -1 for not found
Target is List View
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
object | Item |
Outputs
Type | Name | Description |
---|---|---|
integer | Return Value | Returns the index that the specified item is at. Will return the first found, or -1 for not found |