Changing Exposure With Blueprint

Hello,

I am working on a day / night cycle where I have different light sources. Even if I turn off the lights, the exposure level I set for daylight is still too high for the night. Therefore I want to change the exposure value on the go from my Level Blueprint where I do that cycle. The problem is, even if I read different topics and wiki, I couldn’t get what is going on with those nodes since Epic is yet to simplify postprocess nodes.

I tried something anyway, but failed. I need to use Postprocess effect within the scene, not inside player. So, how am I supposed to target camera in Level Blueprint?

Thanks so much!

1 Like

you might have to plug in your “PostProcessVolume” as the target of your “Set post process settings”

1 Like

I needed the same thing and found this worked well for updating only certain elements in the settings.

347348-exposurechange.jpg

2 Likes

Thank you, DrJonesCGI! It really helps
One addition to your answer that might be helpful - when Set members in PostProcessSettings is selected, parameters that anyone would like to change are in the right toolbar, you need to manually pick what to set.