Background Blur Shape

Hello! Is there any way to change Background Blur shape from square to any other in UMG? Circle may be, or custom mask for Background Blur?

1 Like

Any help please?

Still need help :C

Bump! Help :slight_smile:

I never got an answer to that question as well… Looks like it’s one of those things that we have to figure by ourselves.

Did you to find the solution? The game Rogue Company made in Unreal seems to use mask on menu… But I haven’t been able to do that yet. Take a look, it seems to use a mask.

I’m almost done about this. I did it with engine code modification(IMO, there is no way to do it without it)
I’m also considering to pull a request to ue4-github.

344672-masked-blur.png

Hey Varioov, did you ever make a pull request for this?

Anyone managed this yet?

The background blur widget in UE5 supports adjusting Corner Radius.
If you want to apply a mask to control the blur region, see this plugin: Unreal BackgroundBlur With Mask - YouTube

No

For everyone else, this might be the pull request in question. It doesn’t compile in UE5 as is, so further modification is needed.
https://github.com/EpicGames/UnrealEngine/pull/8249/files