Hello! For my game I’m working on chat bubble box to use with NPCs. In the UMG editor, it looks all nice and high-quality, but when I add a widget component to a blueprint the quality becomes terrible. If I use the widget normally by adding it in the level blueprint, it works fine and keeps the quality.
Open the Textures you use in UMG and set the Compression Settings to “TC_UserInterface2D” and on the top set MipMap Settings to “NoMipmaps”. It still does not look good, but it seems to be the best possible setting.
Is this the same issue that I’m having with my widgets? I did a comparison between the rendering quality of a widget and a sprite using the same image texture and settings, at the same size in the same world space.