Changing the “show mouse cursor” variable of PlayerController with a mouse button input does not work the same as with a keyboard input

UE - Editor - UI Systems - Slate - Oct 6, 2020

Using the mouse input to show the mouse cursor acts like an Alt+Tab. When clicking the mouse input again to no longer show the cursor, the camera controls stop at the edge of the screen. Reported i ...

Hard to change the size of the standalone window.

UE - Editor - UI Systems - Slate - Sep 27, 2020

SWidget: Add support for ScrollBox in GlobalInvalidation mode

UE - Editor - UI Systems - Slate - Sep 1, 2020

SScrollBar SScrollBarTrack SScrollBorder SScrollBox ...

RetainerBox may cause memory leak

UE - Editor - UI Systems - Slate - Aug 20, 2020

Essentially, this memory leak should be counted in the UI section, but it is counted in the SceneRender section. This seems to be due to the behavior of MemStackAllocator and FixedSizeAllocator. Th ...

Rich Text Block automatic line wrapping doesn't work properly with image decorators

UE - Editor - UI Systems - Slate - Jul 15, 2020

Rich text blocks don't seem to factor in the size of their embedded images properly when choosing where to wrap with autowrap enabled. ...

UIScaleCurve float-point value in BaseEngine.ini lacks precision

UE - Editor - UI Systems - Slate - Jun 4, 2020

The screenshots below display 1920x1080pixel widget button. First one with Default DPIScaleCurve shows extra borders on the right and bottom. Next one with more precision shows no extra boundary. [ ...

Space Bar pressed event not received in Windowed mode

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

Slate-based Program targets assert on start up

UE - Editor - UI Systems - Slate - May 20, 2020

13431468 (which originated from FN) has caused Program-type targets to assert when starting. This has been observed with both UnrealInsights and UnrealFrontend. check(PrimaryDockArea.IsValid()) ...

Crash when making Android package in SlateTextShaper.cpp

UE - Editor - UI Systems - Slate - Apr 7, 2020

Crash when outputting garbled text when creating Android package. It did not occur in my colleague's environment using English OS, but occurred in my environment using Japanese OS. This issue should ...

Int64 literals in Blueprint get rounded

UE - Editor - UI Systems - Slate - Mar 27, 2020

Int64 literals in Blueprint get rounded ...