How can I spawn multiple actors?

Looks like you are spawning them all on the same spot and “Default” collision handling will prevent them from spawning if colliding with something. Either spawn them in a pattern or try to set Collision handling override to “Always Spawn”.

1 Like