Hi everyone, I´m having a problem with the background blur, when I use it, I get my background completely black.
Im using ue4 4.21, is a vr project.
Thanks.
Hi everyone, I´m having a problem with the background blur, when I use it, I get my background completely black.
Im using ue4 4.21, is a vr project.
Thanks.
This will not work with widget components, see here:
tl;dr:
Background blurs cannot be used
correctly in a 3d widget component
because the scene behind it has not
been rendered yet so it doesn’t have
all the data to blur.
If you switch this widget component to Screen mode, it should work - but it will not be in 3d space anymore, of course.
thank you for the answer