Android Studio adds testOnly=true to APKs it builds

UE - Platform - Mobile - Sep 10, 2019

If you open the build.gradle in Android Studio and debug, Android Studio will automatically add testOnly=true which makes it difficult to iterate with the editor since -t is needed when installing a ...

Cinema 4D melange to Unreal Datasmith: missing hierarchy and objects

UE - Editor - Content Pipeline - Datasmith - Importer - Sep 23, 2019

Moving certain sub groups out of a group cause some of them to appear through a new datasmith import (in a new blank project), but most objects are still missing even with very small groups, and eve ...

ILC/VLM doesn't affect Static Staticmesh at all on Mobile

UE - Platform - Mobile - Sep 23, 2019

In practice, developer wants some Static-Staticmesh actors don't build lightmaps to save iteration time as well as Memory and Package size; but still want lit by Indirect lightings ...

Unable to connect to Pixel Streaming when using FireFox

PixelStreaming - Sep 11, 2019

It appears that Pixel streaming does not currently work with the Mozilla Firefox web browser Docs link: https://docs.unrealengine.com/en-US/Platforms/PixelStreaming/PixelStreamingIntro/index.html ...

Crash when enabling Forward Shading and restarting editor

UE - Rendering Architecture - RHI - Sep 4, 2019

Crash occurs when enabling Forward Shading and restarting the editor when prompted. The editor continues to crash with every attempt to open after this point as well.  ...

Crash when placing a native UserWidget in a panel within another UserWidget

UE - Editor - UI Systems - Oct 7, 2019

The engine crashes when trying to initialize a native UserWidget within another widget. This happens because UUserWidget::GetSlotNames gets called before the widget tree is initialized, and we don't ...

Remove Ant from Android supported build systems

UE - Platform - Mobile - Oct 7, 2019

We now only support Gradle for Android; Ant is fully depreciated. ...