Adjusting a Post Process Volume with a Material in Unreal Engine
We can use a custom material on our Post Process volume to adjust the look and feel of our scenes. Better yet, we can access those properties as parameters and drive changes from Blueprint. Let’s see how to make it happen! First we’ll need to add a Post Process Volume to our level. By default …