I have 20 actors in my level. All of them are drag’n dropped from the Content Browser onto the level.
When I edit the Blueprint for the other actors on the level the same Blueprint script is shown, which makes sense since they are all just instances of the same blueprint actor.
However, when I debug, only the first actor trigger debug functions. For example, putting a breakpoint in the blueprint script and then clicking the first actor result in a break, but for the other actors nothing happens (and no activity is shown).