New Viewport Resolution setting increases every time a new PIE window is launched

UE - Editor - UI Systems - Slate - Sep 2, 2022

When closing a PIE viewport, we write the size back to the New Viewport Resolution setting in case the window was resized during play. However, we do not account for the window border, and write bac ...

Right click editor/Slate windows blackout after a while of repeatedly clicking them.

UE - Editor - UI Systems - Slate - Jun 8, 2022

Licensee video of the issue here - [Link Removed]  This can be worked around with this setting:  [Link Removed] However it is not a solution as this setting actually causes other programs, e.g. sl ...

Inconsistent ListView entry sizes can prevent the ListView from being scrolled to the bottom

UE - Editor - UI Systems - Slate - May 4, 2022

Since the contents of a ListView are virtualized, the ListView estimates the size of the scroll box's contents based on the on-screen elements. This can lead to some situations where DistanceFromBot ...

WrapBox->ForceNewLine() does not keep the slot on a new line.

UE - Editor - UI Systems - Slate - Apr 18, 2022

Repro Ratio: 4/4 Regression testing done in //UE5/Release-5.0-EarlyAccess CL-16682836 as this is a new feature to UE5. This issue Also happened in Early Access 2. ...

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