Hi. I’ve baked a set of light scenarios (special case of streaming levels) to simulate a day\night cycle with lightmaps and got a problem with shadowmaps. First lighting scenario contains a sun directional light, second contains some point lights.
When I enable world geometry and only first scenario there is no shadows from the sun except culled surfaces
Could you provide me with a list of steps to reproduce this issue on my end? The setup for lighting scenarios should be pretty straight forward, but there are some slightly tricky aspects to getting them to work properly so let me know if you are getting confused when writing out your steps.
I believe you are missing a few important steps about lighting scenarios that the attached test project should clarify. You do not want to build all your lightmaps with all the sublevels visible. You want to individually build these separate from one another.
When a Lighting Scenario level is present, lightmap data from all sublevels will be placed inside it so that only the DayScenario lightmaps are loaded when it’s daytime. As a result, lightmaps will no longer be streamed by sublevel. This means have a persistent level with the default lighting. Create a sublevel as a lighting scenario, and build that alone with it being the only visible sublevel under the persistent (also should be visible).
I have attached a test project for you to experiment with, to better understand how Lighting Scenarios are meant to be setup. Let me know if you have further questions or need additional assistance.
Sorry, but there is no BSP brushes here. As I tested and wrote in the comments light scenarios work fine with static meshes (even without hiding layers - in 4.15 it is good to build them at once)
I modified your project to show what’s wrong with BSP
[Added] It is possible to build one light scenario with BSP by hiding all other scenarios, but when trying to build next scenario you’ll lost all previously builded shadows.
Once the issue has been addressed by our engineers the ticket will be updated and reflected in the public tracker. Let me know if you have further questions or need additional assistance.