Summon in Array Tile Fails to Retry When Branch Condition is False

Hello everyone,

I’m trying to implement some logic but couldn’t find any similar issues online. I’d really appreciate it if someone could help me out.

I’m trying to summon a BP_Unit onto every BP_Tile on the map one by one. Currently, it does summon one at a time, but sometimes—even when I click “Summon”—it fails to summon a unit on an empty tile. What I want is: even if the branch condition fails, it should keep trying until it finds an empty tile and successfully summons the unit there.

First, a small note, You can use “Random Array Item” to replace the random getter logic.

Check what is setting “Is Occupied” and make sure it’s set to false correctly every time it’s cleared up, there might be a forgotten case that is keeping the tiles booked.