Triggers Occupied From Game Start

Hey there

Make sure all your actors that you want to be detected have Generate Overlap Events active, and change your triggers to this:
image

That allows the trigger to detect actors overlapping on load, cause otherwise the actors are inside the trigger before it can detect anything, therefore not knowing that something is inside.

Other solution is mentioned in this other post: How do I trigger/retrieve overlaps when starting already overlapping?