PressMethod is not called in UButton::RebuildWidget()

UE - Editor - UI Systems - Slate - Nov 5, 2018

The void function UButton::RebuildWidget() does not call PressMethod when rebuilding the widget. Tested  4.19.2 (CL- 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4537669), 4.22 (CL - 4531805) ...

SCheckBox::SetIsChecked does not broadcast OnCheckStateChanged

UE - Editor - UI Systems - Slate - Oct 29, 2018

The implementation for SCheckBox::SetIsChecked simply sets IsCheckboxChecked without checking to see if the passed in value is different and does not trigger OnCheckStateChanged. ...

Clicking on object causes EndInputTouch to fire on the press instead of the release

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

When clicking on an object EndInputTouch sometimes fires on the press instead of the release. This was not an issue in 4.19.2 (CL-4033788) and is a regression. However the functionality doesn't appe ...

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