How to Reset Actor Location After Reactivating a Data Layer

I’m trying to reset enemy positions after a data layer is reloaded but I can’t figure out how. It was my understanding that when a layer is unloaded and then reactivated the actor positions are rest to their original positions. My other idea was to save their transforms in an array and when activating the layer get all the actors and reset them with the array. This won’t work because in 5.6.1 there is no way to get the data layer to retrieve the items in the layer.