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

Console Variables Editor plugin disables some CVars in Slate

UE - Editor - UI Systems - Slate - Jan 22, 2024

The following console commands do not work when the ConsoleVariablesEditor plugin is enabled.Slate.GameLayer.ViewportSlotVisibleSlate.GameLayer.DebugCanvasVisibleSlate.GameLayer.PlayerCanvasVisibleS ...

Display Texture Atlases in Widget Reflector displaying incorrect tooltips

UE - Editor - UI Systems - Slate - Aug 3, 2023

Tooltips within Page 1 of the Texture Atlas Visualizer in Widget Reflector are displaying the incorrect asset. This issue is occurring in Binary //UE5/Release-5.3 at CL 26560699 This issue is occur ...

Running Lyra with a Startup Movie causes a crash

UE - Editor - UI Systems - Slate - Jun 26, 2023

Adding a startup movie to a Lyra Starter game project will cause a crash in a packaged build.  Full callstack is attached ...