How can I spawn an actor to a sub-level from the persistent level?

I found that that spawned actors always exist in the persistent. You can allocate one to a sublevel actor with ‘owner’, but the spawned actor is still in the persistent, it just gets destroyed along with the sublevel actor.

What do you mean by ‘saving and loading in sublevels’?