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.