Checking a Boolean in an array

How would I check to see if a Boolean is true for all actors, I have a get all actors of class which I can run through a for each loop. I’m just having trouble wrapping my head around the logic to check the Boolean for each of them.

Never mind I can just use a for loop with break and break out if one of them has the variable I don’t want.