PIE window resizes on launch when using Windows scaling

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

The user suggested scaling the TitleBarSize in SWindow::GetClientRectInScreen by GetDPIScaleFactor(), which makes sense to me but doesn't seem to solve the issue entirely. ...

MultiMonitor inconsistent resolution issues.

UE - Editor - UI Systems - Slate - Apr 5, 2023

Crash occurs after setting Small Font to a Font then launching in Stand Alone as the Client

UE - Editor - UI Systems - Slate - Jan 19, 2023

This is not a regression. Tested in //UE5/Release-5.0 CL20979098 Crash occurs after setting Small Font to a Font in the Project Setting then launching in Stand Alone as the Client. ...

Scroll box hand icon is small when DPI scaling is enabled

UE - Editor - UI Systems - Slate - Nov 22, 2022

The scroll box widget currently hides the cursor and manually draws a closed hand software cursor in SScrollBox::OnPaint when right clicking and dragging. This software cursor does not account for D ...

Crash occurs when after resuming from a Breaking Point that has been placed on an On List Item Object Set node

UE - Editor - UI Systems - Slate - Oct 13, 2022

Tested in: //UE5/Release-5.1 CL22346211 Crashed with Assertion //UE5/Release-5.0 CL20979098 Crashed with Assertion Crash occurs when after resuming from a Breaking Point that has been placed on an ...

'Autosized' SWindow with `.AutoHeight()` elements has unwanted white space

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

Heavily discussed and diagnosed in this thread: [Link Removed] [Link Removed] narrowed down the cause: It's the calculation inside the SWindow that is wrong, sometime. It adds SWindowDefs::Default ...

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