Scroll Box Dragged State Persists After Input Mode Change

UE - Editor - UI Systems - Slate - Oct 31, 2024

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 ...

Text wrapping issue when zooming in the UE Editor

UE - Editor - UI Systems - Slate - Sep 14, 2024

I think it's caused by the wrap size doesn't change when the UMG Design Window zooms. ...

Invalidation panels can retain stale hittest data when caching is disabled/enabled

UE - Editor - UI Systems - Slate - Aug 20, 2024

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 ...

Ensure when using ellipsis overflow method with very small Slate text boxes

UE - Editor - UI Systems - Slate - Aug 12, 2024

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 ...

Scalebox scaling won't update if child size changes with global invalidation enabled

UE - Editor - UI Systems - Slate - Jul 17, 2024

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 ...

Windowed Fullscreen does not support multiple resolutions

UE - Editor - UI Systems - Slate - Jul 16, 2024

PIE with split screen prevents some drop down menus from working in Sequencer

UE - Editor - UI Systems - Slate - Jun 14, 2024

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 ...

Unable to input Chinese characters (Microsoft Pinyin) after inputting 34 half-width characters

UE - Editor - UI Systems - Slate - May 2, 2024

If we enter Chinese characters using Microsoft Pinyin after entering 34 or more half-width characters in a text field, they are not reflected in the box. If less than 34 characters are entered, Chin ...

SAnalogSlider moves slowly when step size is large

UE - Editor - UI Systems - Slate - Mar 6, 2024

SAnalogSlider calculates FastestStepTime by multiplying the step size value by a constant, resulting in high numbers for larger step sizes. This gets lerped from 1 and used as the repeat time, resul ...