Find an item in a structure array only by one variable

Hello can you show me with a image how to use find item (and for loop) to get an item index?

  1. I have used my thirdPersonCharacters array, so i added bool variable to this blueprint to show example.

  1. Make for each loop with break and try to copy this script .

Good luck

Thanks but I think I need something different, here is my blueprint.
The problem is that I don’t get the right array index and I have to use an additional string array to only compare the names. When I use insert with the array index I again get to items and not one changed variable item.