How can I spawn multiple actors?

The node you’re looking for is a “ForLoop”!

1 Like

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”.

I am trying to make an enemy nest, I just want to spawn multiple enemy actors on a certain area. I tried to make an array but I cant get that to work. I also tried to use Do N node to spawn 5 enemies ,for example but its not working either.

Right now I am spawning one enemy.

How can I spawn multiple actors from class?

Any help is apreciatted, thanks <3

Hey!

I just added the loop node and it’s working for my print string, but not for the enemy spawn. Am i doing something wrong?

Thank you!

Take a look at this video. It should give you some more insight on using spawn points to spawn multiple actors. Spawning Actors