Home Unreal Engine

Is it possible to load/unload level chunks that overlap each other?

polycounter lvl 10
Offline / Send Message
Pinned
supremedalek925 polycounter lvl 10
I've read about the level streaming systems but I don't know if it can do what I want to achieve.
I'd like to have chunks of meshes with lights, skeletal meshes, etc. that can load in and out, but also occupy the same space in a level.
The reason I want this is so I can incorporate non-euclidean geometry to my level layout.  See: AntiChamber
It should work like this:  Two doors side by side.  Opening one door reveals a large interior, while closing said door and opening the other reveals an entirely different large interior.

Replies

  • Zack Maxwell
    Options
    Offline / Send Message
    Zack Maxwell interpolator
    I know you can, because I've done it. But it's been too long for me to recall the process.
    I used level loading to have multiple stages overlaying each other, so that I could have a level selection screen which displayed the whole level selected at a distance and used shaders to warp it in/out.
Sign In or Register to comment.