Thanks Est, useful to know but not really an answer to my question! I wanted to know WHERE I save this array as it wasn’t letting me set defaults in the GameMode.
I fixed my issue myself but I’ll answer my own problem in case anyone reading this has a similar problem:
I couldn’t write default values in my array of actors because I was saving it as Object References, not Class References. As soon as I changed it I could put the array in my GameMode and write defaults to it.