Hello, on the UMG Background Blur widget, there is a property called “Apply Alpha to Blur”, however the description of it is quite vague: When true, this will modulate the strength of the blur based on the widget alpha.
You can’t directly set the widget alpha, only it’s fallback image alpha. Putting an alpha image as a child does nothing either.
How does this property work? Can it be used with a transparent image to create a masked blur?
The BlurStrength parameter is multiplied by the Tint Color alpha value. The Image is only used for the fallback, so the parameter won’t be affected by it.