Hi , I’m making a Surreal Interior stage , and I want to have different lighting situations for each window .
But I couldn’t find a proper way to isolate lights . for example : define a Bound for Directional Lights , to have different lights for each window…
There isn’t any bounds for the directional light so that wouldn’t work.
If you need different lighting for each window the only solution I can think that may work would be to test something with making each section it’s own level with the base level being your persistent. You can build lighting independently on these different levels and then have them combined to create your final result. When you do this you only the lighting available in that level that is visible will be baked.
I’m not sure if it’ll fully work depending on the situation, but it’s a place to start. Unfortunately, Lighting channels are not possible with UE4 like their were in UE3/UDK due to deferred rendering vs forward rendering.
Thanks Tim for your tip , I thought there is an easier way to achieve that goal , but I’ll keep that trick in mind … For now I guess I just Use Spotlights and PostProduction Volume to somehow get through it .
And I hope UE4 Dev add that feature (Lighting Channels) soon Cuz its a Must Have one !