Transferring Actors using UGameInstance

Hi,

Does anyone know how to transfer actors to another level using UGameInstance class ? I have some functionality that adds party memebers to UGameInstance, and I can see them preserved in there when a new level loads, but how do I add them to this new world (so they can be included when GetActorsOfClass, or some other similar function is called,for example)