Instanced Properties create temporary references on child objects in Blueprints

UE - Gameplay - Blueprint - Nov 29, 2017

When an object whose class has the EditInlineNew specifier is added to an instanced property, any children of the blueprint will have a reference to the same object that was created for the instance ...

Enabling For Distribution doesn't set config to Shipping in DefaultGame.ini

UE - Platform - Mobile - Nov 29, 2017

After I ran the above steps and then packaged for Windows and iOS (using File > Package in the editor), my resulting executable was Shipping. So far this issue is cosmetic / confusing to the user ...

Packaging fails when Online Framework Plugin is enabled in a Binary build.

UE - Foundation - Cpp Tools - Plugin System - Nov 29, 2017

Enabling the Online Framework Plugin in a Binary build of the editor (download from the Epic Games Launcher) causes packaging attempts to fail due to a file that is missing. This does not occur in s ...

(Paper2D) Polygon Collision does not correctly rebuild when using rebuild collision node in packaged game

UE - Gameplay - Paper2D - Nov 29, 2017

With tile maps, Polygon Collision does not correctly rebuild when using rebuild collision node in packaged game. This issue does not appear to be a regression. Versions Tested: Issue occurs on all ...

world outliner does not hide attached actors when turning off visibility

Tools - Nov 29, 2017

When attaching actors via the world outliner, there is an issue occurring using the visibility option, actors attached via the world outliner do not follow the visibility of what they are attached t ...

Lightmaps on Mobile Devices Appear Dirty and Blurry

UE - Platform - Mobile - Nov 28, 2017

When deploying project to a mobile device, the quality of the baked lighting and shadows becomes very poor compared to "Mobile Preview." Lightmaps appear dirty and blurry, with splotches (As shown i ...

Materials on deleted children are applied to camera

UE - Gameplay - Blueprint Editor - Nov 28, 2017

Materials on deleted children are applied to the camera when inside of an actor blueprint. This issue does not appear to be a regression. Versions Tested: Issue occurs in all versions Tested 4.16.3 ...

Event dispatchers does not correctly compile with variable that is the same BP

UE - Gameplay - Blueprint - Nov 28, 2017

There is an issue occurring where Event dispatcher with inputs doesn't compile if they have a variable that is the same as the BP class. This issue only occurs with the variable being the same class ...

Static regex patterns can cause crashes on shutdown

UE - Editor - UI Systems - Localization - Nov 28, 2017

The current lifetime management of regex patterns means that we can attempt to destroy them after ICU has been shutdown. We should change these to follow the same pattern as break-iterators, and exp ...

[CrashReport] UE4Editor_Landscape!DeleteLayerIfAllZero() [landscapeeditinterface.cpp:2300]

UE - LD & Modeling - Terrain - Landscape - Nov 28, 2017

This is a semi-common crash in the 4.18 release. There is one recorded case of this callstack also occurring back in the 4.11 release, but it seems to be an exception. All other cases have only occu ...