ListView does not update properly when game is paused

UE - Editor - UI Systems - Slate - Oct 12, 2021

The ListView widget currently depends on the UWorld's timer manager to fire an event indicating new entries have been generated (see UListViewBase::FinishGeneratingEntry). This can become a problem ...

iOS: Holding Backspace Does Not Delete Multiple Characters on UMG Text

UE - Editor - UI Systems - Slate - Aug 24, 2021

The iOS Virtual Keyboard has an issue when entering text into a regular UMG text entry field. If the backspace key is pressed and held, rather than deleting all the characters preceding the caret o ...

[CrashReport] TBaseSPMethodDelegateInstance<0,SMenuEntryBlock,0,EActiveTimerReturnType ,FDefaultDelegateUserPolicy

UE - Editor - UI Systems - Slate - Jul 26, 2021

Generated from CrashReporter likely the same issue - [Link Removed] but hasn't been brought over to UE5 EA ...

Gameplay Tag Query - Assert when changing root expression while tag picker is open

UE - Editor - UI Systems - Slate - Jun 17, 2021

Changing a gameplay tag query's root expression in a make query node will assert if the tag editor widget is open.  ...

Mouse collision is offset when fullscreen at non-regular resolutions

UE - Editor - UI Systems - Slate - Jun 10, 2021

The source of the issue is differences between viewport resolution and screen resolution. Cursor position is reported w.r.t. screen space, but we need to map that value to the viewport to correctly ...

Menus flash when being opened with application scale adjusted

UE - Editor - UI Systems - Slate - Jun 1, 2021

When application scale is adjusted the menu bar menus will flash when they are opened. This issue is occurring in //UE5/Release-5.0-EarlyAccess Binary CL 16433597 This issue is NOT  occurring in // ...

Retainer box widget causes progress bars to render incorrectly

UE - Editor - UI Systems - Slate - Apr 14, 2021

Retainer boxes are currently causing progress bars to render incorrectly. This looks to be related to [Link Removed] which is fallout from the changes to retainer widget transform calculation introd ...

Enabling Window Animations causes drop down menus to flicker and be displaced

UE - Editor - UI Systems - Slate - Mar 10, 2021

I tested this with 3 Nvidia Drivers to see if I could find a driver that works properly. I tested the following Game Ready drivers Version 457.30, 461.40 and the latest, 461.72. The flicker occurred ...

Adding a widget to a grid panel inside the grid panel tick can cause an out-of-bounds error

UE - Editor - UI Systems - Slate - Jan 25, 2021

This is caused by adding an item to a grid panel inside the grid panel iteration loop. The same operation to canvas panel goes well without any errors. The difference is that the array iteration in ...

Enabling window animations causes dropdown menus to flicker and become unselectable

UE - Editor - UI Systems - Slate - Jan 7, 2021

Not a regression as I was able to repro this in 4.25.4 The bug doesn't occur every single time, you may need to try disabling/re-enabling the setting and/or clicking on the menu dropdowns a few tim ...