Disallow assigning external textures to Slate widgets

UE - Editor - UI Systems - Slate - Sep 7, 2018

External textures cannot be directly assigned as a brush texture; you need to assign a material that samples from an external texture instead since it generates special shader code to access it. ...

Text cursor movement with arrow keys does not work in blueprint context menu if search query is empty

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

When using the text search in Blueprints the arrow key functionality is lost if there is a misspelling or when a search produces no results. This worked normally in 4.19 and below. ...

Cursor reappears in the wrong location after capture

UE - Editor - UI Systems - Slate - Aug 1, 2018

Cursor reappears at wrong location after capture when "Use Mouse for Touch" and "Hide Cursor During Capture" Broken in 4.20.1 (CL - 4239966), and 4.21 (CL - 42455242) Working in 4.19.2 (CL - 40337 ...

Cursors: 'Grab Hand' and 'Grab Hand Closed' appear as 'Hand' in packaged project

UE - Editor - UI Systems - Slate - Jul 13, 2018

GrabHand Cursors appear as Hand (Index finger cursor) in a packaged project 4.20p5 CL# 4173640 4.21 CL# 4179764 ...

DebugCanvas handling Windows HighDPI scaling incorectly

UE - Editor - UI Systems - Slate - May 16, 2018

Change windows DPI scaling to something other than 100% causes the DebugCanvas to display incorrect position and text size. ...

Windows registers touch events twice - Once as mouse click

UE - Editor - UI Systems - Slate - Nov 28, 2017

When tapping on a button with a touch monitor, it is registered as two inputs. There was an issue on win7 where touch inputs were counted as touches and clicks. This seems to be the same issue on wi ...

[CrashReport] UE4Editor_SlateCore!FSlateElementBatcher::AddElements() [elementbatcher.cpp:52]

UE - Editor - UI Systems - Slate - Nov 21, 2017

This is an infrequent crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Based on affected project names, this may be a VR is ...

[CrashReport] UE4Editor_Slate!<lambda_c42855a8df853c2fca6077897314e16e>::operator() [slateapplication.cpp:1558]

UE - Editor - UI Systems - Slate - Nov 21, 2017

This is a common crash that has occurred since at least 4.17. Based on the user comment below, this may be a VR issue (unconfirmed) User Descriptionsit seems to me UKismetMaterialLibrary::SetVector ...

Virtual joysticks is not properly working when running multiple clients in PIE

UE - Editor - UI Systems - Slate - Nov 21, 2017

When running multiple clients in PIE, It looks like first created viewport client handles every input event. I tried to narrow down the causes and found that it's because SlateApplication knows jus ...

Changing the font size to a small size distorts the font

UE - Editor - UI Systems - Slate - Nov 14, 2017

There is issue occurring when changing the font size to a small size, doing this distorts the font when the size is below size 18. It is unknown if this intended behavior for how fonts are resized. ...