Stuck with arrays

You can loop over the array to handle each of its elements. You can use this to get or set properties for each of your actors or to call any other function/event that takes your Blueprint as input parameter.

For your problem, you can use such a loop both when saving (GetActorTransform for each actor) and loading (SetActorTransform).