I’m currently working on creating a new widget and have run into an issue. I added an image to the background, which is working, but it’s causing everything else in the world (like characters and cubes) to become hidden. I’ve tried adjusting the ZOrder, but it’s not fixing the issue.
Can anyone suggest any solutions to this problem?
Thanks in advance for your help!
It’s a bit unclear what the desired effect should be. First of all - is this a widget component in world space or a screen space widget?
Screen space widgets are always rendered on top of geometry, if you make a full screen image, and make it fully opaque, it will cover everything, yes. Only other widgets can be manipulated using zOrder.
Could you somehow demonstrate the effect you’re after?
Sorry, I really do no understand what you want to achieve
You covered the entire screen with an image so that’s what you get. Either do not cover the entire screen or make the widget transparent. Or use an image that has a cutout you can see through?