Advice on aligning streamed levels?

What I’m trying to say is, you can do it with streaming or blueprint. But if you use streaming, I don’t think you can get any handle on which actor is in which level. You need a system that only looks at the actors.

Something you could do is stream a new level. Then, the new actor will be the only actor without an ID. You can find it that way, and give it an ID, and then stream again, etc.