Hi, I have added a new UI widget to my game, but it’s always pixelated no matter what I do (as you can see in this photo).
This is the same UI image, same resolution, just in the software that I’m using to make my UI and it looks much more smooth.
Is it possible to make the UI in UE5 this smooth? Thanks in advance.
Hi there,
Yes it should be very smoooth in UE too.
- Be sure that your texture is set to some power of 2 (256x256 512x512)
- Be sure that you domain is UI and filtering is right.
- If there is Mipmaps no mipmaps
- Make sure umg sizes are correct again power of 2 atleast for image container.
It should be noted that the icon is smaller in your image editor than in the in-game screenshot, so it seems that you’re forcing Unreal to upscale it. That’s bound to cause problems.
1 Like