Multiple Object spawner from class?

Hi all. I’m a beginner in UE and I’m making a game were you have to dodge objects. I made an object spawner and it spawns from a Target Point. Now I have duplicated my Target point 5 times and I want them all to spawn the same object on the same time. So I use a Get actors from all Class node. And repeat that. Does someone know what nodes I have to add to my blueprint?

thanks in advance

i believe the following is what your attempting to do. a for each loop will spawn a actor for every target point that you have. i also used a timer here so they will spawn at a regular interval (im assuming thats what your delay was meant to do).