Hi There, I am looking for a way to make the UI blurred like this (unreal Engine 5)
I have found a few tutorials on how to blur the actual game when a UI is open, but I cant seem to figure out how to make that work for the UI
Hi There, I am looking for a way to make the UI blurred like this (unreal Engine 5)
I have found a few tutorials on how to blur the actual game when a UI is open, but I cant seem to figure out how to make that work for the UI
The only way to do this right now is to configure your PanelSettings to render in a RenderTexture, and you post-process that texture with a blur effect before showing on screen.
In the future, we will provide CSS-like filters to simplify these use-cases.
Thank you for your response, what I ended up doing was blurring a version of the screen in photoshop and using it as a background image to make it look like it was blurred when an option was chosen. I look forward to the CSS filters