UMG low quality when used in blueprint

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.

What could be causing this?

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.

It’s already set to that T-----T
What about for fonts?

Fixed it. Make it 2 or 3 times the size in the actual widget, and then scale it back down in the blueprint.

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.