UICorner does not scale correctly in relation to UIScale

Reproduction Steps

1. Create a TextLabel
2. Insert a UICorner
3. Use only offset in the CornerRadius
3. Insert a UIScale into the TextLabel
4. Edit the UIScale’s Scale property
5. Observe that the rounding is still the same, despite every other property scaling (such as the text)

Expected Behavior

1. Create a TextLabel
2. Insert a UICorner
3. Use only offset in the CornerRadius
3. Insert a UIScale into the TextLabel
4. Edit the UIScale’s Scale property
5. Observe that the rounding scales relative to the Scale property of the UIScale

Actual Behavior

UICorner does not change.

Theoretical example:
UICorner has a corner radius of 0, 10

When the UIScale has a Scale of 1, the corner radius is 10
When the UIScale has a Scale of 2, the corner radius still remains as 10

Issue Area: Engine
Issue Type: Display
Impact: Low
Frequency: Constantly

1 Like

Thanks for the report and sorry for the late response. I filed a ticket to our internal database and we’ll come back with updates when available.

2 Likes

This issue is now resolved. Thank you for your support!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.