Mobile Depth of Field Focal Region is broken (not RDG)

UE - Platform - Mobile - May 8, 2020

Result: notice that depth of field exhibits a rendering artifact (see attached screenshot). The PostProcessIntegrateDof pass is rendering to the wrong output dimensions, causing the artifact. This ...

Remove dependency on billing if Online Subsystem Google plugin disabled

UE - Platform - Mobile - May 7, 2020

The Online Subsystem Google plugin cannot be disabled without errors due to missing billing API. ...

Content only plugin not working on BP Only iOS project

UE - Platform - Mobile - May 7, 2020

Plugin without source code does not seem to be included in Blueprint only project, on iOS only. It may be linked to UE4Game flow, since it is the base package used for BP projects. ...

Fix missing semicolon in GooglePAD_APL.xml

UE - Platform - Mobile - May 6, 2020

There is a missing semicolon in the GooglePAD_APL.xml file.  Fix does not require change to binary release so users can just edit this file or get the fix from GitHub. ...

Android launch images change size while onscreen

UE - Platform - Mobile - May 4, 2020

This was reproduced both in Match 3 and a new BP project with a custom launch image. Note that on Pixel 2 the BP project behaves a little differently than Match3. It displays in full size, then s ...

FIOSInputInterface::SendControllerEvents crash due to UIInterfaceOrientation call from game thread

UE - Platform - Mobile - Apr 29, 2020

From [Link Removed], licensee reports We believe that querying the UIInterfaceOrientation via UIApplication on the game thread is the issue here. We have made changes to IOSInputInterface.cpp and I ...

IOS crash disabling idle timer when closing the app

UE - Platform - Mobile - Apr 29, 2020

Licensee report of crash during shutdown due to setting [UIApplication sharedApplication].idleTimerDisabledbeing from the Game thread. Grouped together with others items in [Link Removed] ...

Canvas Render Target 2D doesn't get alpha mask when rendering with ES3.1

UE - Platform - Mobile - Apr 23, 2020

The Alpha Mask on a Canvas Render Target 2D no longer appears when rendering with ES3.1. This is a regression from 4.24.3 (CL-11590370). This was reported and tested in 4.25 Preview 7 (CL-12759524) ...

Corrupted Japanese text when packaging for Android

UE - Platform - Mobile - Apr 17, 2020

Garbled text is displayed when creating Android package. It did not occur in my colleague's environment using English OS, but occurred in my environment using Japanese OS. This issue should be fixed ...