Multiplayer spawn points blueprint

Great post by , I added a bool instead of an int and a collision sphere to know if anything surrounding it was taking up the spawn point (good for enemies).
Then in the override of the function I got all actors of class - Spawn point, then got the bool and built a new array with the ones who have ‘Repsawn taken’ set to false, then get a random spawn point from the array and voila!