Is there an easy way to Spawn random item in 20+ Box Extents?

Just curious if there is an easier way to do this. I want to spawn a child actor in each of those portal spawns in random points of the box extent. I am wondering if there is an easier way to do this then doing a large sequence list and plugging everything in one by one.

Yes, you can get them into array and then do what ever you like in for each loop.

If you want to select only several components of your choice add to each one of this commponents you want to get tag and use Get Compoenents by Tag.

You can try to do it without array but it will be much harder.