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

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

DataTable asset view runs out of (video) memory

UE - Editor - UI Systems - Slate - Feb 26, 2024

In some situation, Slate tries to secure incredible amount size data and run out of memory. This happens a cell having very long and complex serialized text appears on the editor and it is placed to ...

Cursor input does not work properly in exclusive fullscreen mode on a secondary monitor

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

Input doesn't seem to work properly when using exclusive fullscreen mode on some monitor other than the primary monitor. This is similar to other issues we've seen in the past with the cursor being ...