How do you do this? When I try to stream in a sublevel which has its own sublevels, only the sublevel's persistent root is loaded. I read something about how you have to load the sub-sub-levels manually, but then will it still stream? How do you do that anyway? Do you stream them in the main sublevel's BeginPlay?
-
Root Persistent Level
-
Sublevel A
- Sub-Sublevel 1 (this won't load when A is streamed into Root)
Sublevel B
Sublevel C
-