Replicated Level Streaming

I’d also like to know this. I can generate the same procedural world on each client by using the same seed, but if those levels have replicated actors in them they become a problem because then they exist on every instance of the game instead of just being on the server and then replicated to each client. It would be really nice to learn a way to generate the procedural world on the server and have it replicated to the clients.