LoadStreamLevel doesn't work in sublevels

I have a persistent level that streams in a sublevel. I tried to split some of the content of the sublevel into another level and the sublevel tries to load that. It works if I just run the sublevel by itself, but if I run it using the main persistent level the sublevel does not load it’s sublevel. Is this suppose to work?

OK, looks like the main persistent level has to have this sub-sublevel added to it’s levels list too or it doesn’t work. This is kind of weird, but it works.

1 Like