Replication node decorator does not appear on Timelines that are set to replicate

UE - Gameplay - Blueprint - Sep 26, 2018

A licensee has reported that Timeline nodes that are set to replicate do not have the replicated node decorator added, which would be seen on other nodes and variables that are replicated. Please re ...

Can't save level that has landscape layer material when moving level asset

UE - LD & Modeling - Terrain - Landscape - Sep 26, 2018

Can't save level that has landscape layer material when moving level asset. It look like regression,because it can save level asset in 4.19. This issue occur also that moving "Landsacape" level as ...

FTransform(ENoInit) ensures in Debug on mobile platforms

UE - Foundation - Core - Sep 25, 2018

As of 4.20, ENABLE_NAN_DIAGNOSTIC is now enabled in all Debug configurations. However, this does not work well with the TransformNonVectorized that is used on platforms like android. If this combina ...

HLOD visibility state isn't cleared when changing scene

UE - Graphics Features - Sep 25, 2018

HLOD state is not cleared when moving to a scene without HLOD so primitives may read the state from the old scene and incorrectly cull objects. The safe fix is to clear the HLOD state maps when the ...

Resizing the Editor window causes flicker effect

Tools - Sep 21, 2018

Resizing the Editor from 3 out of the 4 corners causes a flicker effect on the Editor window. The bottom right corner works normally but the other corners causes flickering. Link to video example:  ...

Blueprint Static Meshes lose Vertex color information in Standalone/Release

UE - LD & Modeling - Modeling Tools - Mesh Editing - Sep 21, 2018

In the editor, vertex information can be painted on static meshes that are part of a blueprint. When testing by playing in “Selected Viewport” the painted vertex information is correctly saved and d ...

Disabling Bluetooth controllers also disables the Android Back input event

UE - Platform - Mobile - Sep 21, 2018

Disabling Bluetooth Controller support for Android also causes the Back button of the navigation bar to not work properly, as the input event does not fire when it is pressed. Regression?: No This ...

Use of BP node "Fill Data Table form CSV File" causes silent crash

UE - Gameplay - Blueprint - Sep 20, 2018

Using the Fill Data Table form CSV File node causes a crash when in a packaged project. ...

Instance UObjects in an array on an Actor replaced by pointers to other objects in array while PIE

UE - Gameplay - Blueprint Runtime - Sep 20, 2018

When this issue occurs printing out the addresses of each item in the array shows that elements 2 and 3 have the same address, so for some reason the second element's value is being overridden by th ...

Unable to package with a Media Player On End Reached event in a Level Blueprint

Media Framework - Sep 19, 2018

If a Media Player's "On End Reached" event is present in a Level Blueprint, even if it is not being used, packaging the project will fail. An error is thrown and a callstack is given. Please see the ...