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