So I’ve the basics of level streaming but I’m curious. I was able to create a menu that acts like a closet where players can change outfits and hair and I’ve succeeded in entering using an an actor in a persistent level… The question is, how do I return to the level that’s currently being streamed once I’ve exited the closet menu and resume progress? And yes I’m using widgets in that closet menu and I unload the closet menu using the unload stream level node.
If you’re using streaming, then the closet stuff is loaded as well as the currently streamed level, presumably. All you need to do is unload the closet level, and you are already back in the streamed level.