When playing matinee, scrubbing can cause sound to keep playing when it isn't triggered Note: This was entered as a bug to re-work the fix from the pull request found here: [Link Removed] ...
On a Mac in UE4.14, drop down menus on the appropriate nodes will not display correctly when the Event Graph is zoomed out below a 1:1 ratio. Regression: Does not occur in UE4:13 ...
Cannot manipulate Skeletal Mesh Components with Transform Gizmo in Blueprints This DOES NOT occur in 4.11 or 4.13. Fix from 4.13 will need integration to 4.12. ...
Extra Game Mode frames are rendered between Shots Regression: YES Worked: 4.13.1 CL:3142249 Broken: 4.14 Releases CL:3164219 ...
"Multiple Values" in Body Setup when single bone has multiple bodies Regression: YES Worked: 3172292 (4.13.2) Broken: 3249277 (4.14.3) ...
The editor is crashing when attempting to add a query template to an EQS Testing Pawn. This only occurs on Mac. Found in 4.15. Unable to reproduce in 4.14.3. This is a regression. ...
Launching in mobile preview causes QA-Promotion to be very washed out. It is easy to see when viewing the destructible mesh against the horizon. Comparing to mobile preview in 4.14 this does appear ...
UMG clipping requires stencil. Seems like we don't request stencil when creating backbuffer Changing const int EGLMinStencilBits = 0; to const int EGLMinStencilBits = 8; fixes this. ...
The RF_WasLoaded flag is set to false for Blueprint instances in PIE if the Blueprint is edited and compiled. This is fixed by saving the level which is a simple workaround but this should be needed ...
BP instances placed in level cannot have their components' collision profiles modified to anything other than default and custom. Note that this did not occur in 4.22 (after applying the separate ...