When using the command Slate.EnableLayoutCaching 1, The Play button is removed from the tool bar after exiting play. ...
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. ...
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) ...
The implementation for SCheckBox::SetIsChecked simply sets IsCheckboxChecked without checking to see if the passed in value is different and does not trigger OnCheckStateChanged. ...
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 ...
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. ...
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 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 ...
GrabHand Cursors appear as Hand (Index finger cursor) in a packaged project 4.20p5 CL# 4173640 4.21 CL# 4179764 ...
Change windows DPI scaling to something other than 100% causes the DebugCanvas to display incorrect position and text size. ...