Children of retainer widgets have improper clipping, causing any widgets set to "Clip to Bounds" to clip incorrectly. This may also affect hit testing in cases where multiple retainer widgets are ne ...
This problem is reproduced on other widgets using MultiLineEditBox. ex.) description in source control commit log pane, comments in blueprints, etc. ...
This is an edge case occurring when changing Input Mode while the Scroll Box is being dragged. When the Input Mode switches to Game Only, further drag actions are no longer possible. However, becaus ...
I think it's caused by the wrap size doesn't change when the UMG Design Window zooms. ...
Changes to the hit test grid of an invalidation panel while caching is disabled won't be respected when caching is reenabled. This can cause interactive widgets such as buttons who were set to colla ...
The Ellipsis overflow method on text widgets can cause an ensure to trip as a result of a render batch being sent with no indices. We could guard against this in SlateRHIRenderingPolicy by checking ...
When global invalidation is enabled, Scale Boxes don't react properly to changes in the size of their contents. Licensees have worked around this by updating SScaleBox::OnArrangeChildren:// This sca ...
Create a level sequence, add an audio track and an event trigger track to the sequenceAdd a keyframe to the event track and create a new endpoint for the keyAdd an audio section to the audio trackIn t ...