Spawn to all target points at the same time

Hi I have 6 target points in my level and I have a spawner bp that I can use in any level. It’s cleaner than using the level bp. The spawner can spawn to any of the target points on a button press randomly using the random integer in range like in the screenshot below but what I want to do is spawn the same item to all 6 target points at the same time. Is there anything I can use in place of the random integer in range node?