UTextBlock::SetText doesn't work in global invalidation

UE - Editor - UI Systems - Slate - Jan 24, 2022

This happens on consoles running in 4k so DPIScale would be 2x. The character between lines is just a newline (Shift + Enter in the text field in editor), the text is set with SetText, possibly a f ...

ListView crashes when GlobalInvalidation is enabled.

UE - Editor - UI Systems - Slate - Jan 11, 2022

Reverting to the fix in [Link Removed] (CL#17788567) will avoid the crash. ...

1 frame flickering when creating UMG using Textblock, ScaleBox and Overlay

UE - Editor - UI Systems - Slate - Dec 15, 2021

As a report of a similar issue, changing the text to right-aligned causes a similar issue. This issue seems to have been occur by a change in CL7540157. It also seems to be improved by adding the p ...

TextBlock kerning does not match the screen resolution scale.

UE - Editor - UI Systems - Slate - Dec 15, 2021

The kerning of the TextBlock does not seem to follow the dpi scale of the screen resolution.When the Image (which captures the display of the TextBlock) and the TextBlock are displayed, they match a ...

The drawing order of widgets becomes wrong when GlobalInvalidation is enabled,

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

When trying to create a widget with specific steps, the drawing order may not be correct. This is not reproduced when Global Invalidation is disabled, and the state can be restored. This issue is pr ...

Detaching part of the Visual Logger window and then closing the Visual Logger tab causes a crash

UE - Editor - UI Systems - Slate - Nov 18, 2021

It seems that when a section of the Visual Logger is detached from the window as a whole and then that window is closed when docked next to the Content Browser, then the engine crashes. However, whe ...

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