Announcement
Collapse
No announcement yet.
UMG: Scaling the widget's render scale will cause it become too fuzzy?
Collapse
X
-
UMG: Scaling the widget's render scale will cause it become too fuzzy?
Last edited by alonezhby; 10-20-2014, 12:25 PM. -
Render Scale does not affect the size of text that we request from freetype. The text will use the size requested based on the layout transform of the widget only, then scaled up directly from there with render transform.
Yeah, it's a bug, the clipping rect on the viewport isn't being used in the hit test grid.
-
Thank you, NickDarnell
Not only the font, the other widget too.
In unity3d's NGUI, scale up a widget(e.g: pic widget) it will keep it clear if the pic has enough resolution. But in UMG it doesn't. Both NGUI and UMG use same resolution pic on a image widget...
If I want to make the widget keep clear in UMG, what I need to do?
Thanks!
Comment
Comment