That's what I'd like to know. I don't understand the unreal engine scripting at all..
I know how to enable the blur manually, but how do I enable it on pause?
I have a Widget Blueprint with RESUME and EXIT buttons.. And when I open the menu, the background should be blurry.. now the menu is openable by pressing Tab(because in the editor ESC quits testing mode...)
So how do I make it blur on pause?
So I found the solution more than a week ago(I wasn't home) and I forgot to tell the answer to this question to all of you guys.
I made a few pictures telling you exactly what to do :).
Click the white arrow in the 'Make PostProcessSettings' to see all this options and check the 'Override Depth Of Field Method' checkbox.
Now find the 'Method' option and change it to Gaussian.
And you're done. You can see the results below this text.
In Menu[By pressing ESC(you need to connect it to a Key Event). Btw you can make that blue shade in the widget blueprint(it's an image component with a transparent color)]:
I hope I helped :). Feel free to ask if you got any problems.