Gamepad input affects multiple game instances at once, due to not needing focus.

UE - Editor - UI Systems - Slate - Mar 5, 2019

Since Gamepad input works without needing focus (which was added in 4.9 with [Link Removed]), a Gamepad's input will also affect all instances running on the same computer. Regression?: No This occ ...

Cannot move in Blueprint window on Breakpoint hit (only when 'use mouse as touch' is enabled)

UE - Editor - UI Systems - Slate - Feb 25, 2019

When triggering a breakpoint while Use Mouse for Touch is enabled the navigation functionality is lost within that Blueprint. ...

Enable Slate layout caching Will cause the Stop/Play Buttons to disappear

UE - Editor - UI Systems - Slate - Dec 17, 2018

When using the command Slate.EnableLayoutCaching 1, The Play button is removed from the tool bar after exiting play. ...

Editor crashes when attempting to open the Window menu after recompiling a Standalone Editor Window plugin

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

Generated from CrashReporter Attempting to open the Window menu in the Editor after having used the Modules window to recompile a Standalone Editor Window plugin will result in the Engine crashing. ...

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