Toggling off the Gameplay Filter Tag causes all Content assets to be shown in the Content Browser. This reported and tested in 4.19.2 (CL-4033788) and tested in 4.20 (CL-4212847) and Main 4.21 (CL- ...
Having a custom event with an empty Soft Class Reference as an input causes packaging to fail if nativization is enabled as the event nativizes with a const TSoftClassPtr<>& and the compiler cannot ...
Disabling 'Support Stationary Skylight' crashes if you select anything in the editor when Forward Shading is also enabled. Working as expected 4.19 4033788 Found in 4.20 CL# 433996 and 4.21 CL# 42 ...
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 ...
REGRESSION: Yes, this did not occur in 4.19 The user is able to drag an Event from My Blueprint panel into any graph, creating a duplicate Event Node. Additionally the dupe Event will have extra o ...
None of the Set functions in the UWindDirectionalSourceComponent are able to be called from code. The functions can be called from Blueprint, but without the ENGINE_API macro, none of the functions ...
The texture scaling of an imported CAD file is much smaller than that of a standard engine primitive or imported fbx. Found in 4.19 CL# 4033788. 4.20 CL# 4369336, 4.21 Preview 2 CL# 4472090 ...
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) ...
Using an automated script in command line arguments to build project map causes a crash. Note: that it will not crash when 'UseSCC=false' is omitted, but it will not build the map either. Screen gr ...
This file has inconsistent indentation, with two tabs in the first line of code and one everywhere else. ...