NavLink component does not account for the cost of the path set by AreaClass

UE - AI - Sep 6, 2018

In the test case, the NavLink component has a navigation cost of 1000000000. When the AI navigates to the NavLink the printed cost is only 2677. It is believed that the AreaClass isn't being taken i ...

Movable Point Lights Don't Cast Volumetric Shadows From Meshes Whose Materials Have Tesselation Enabled

UE - Graphics Features - Sep 6, 2018

Point lights don't cast volumetric shadows from meshes with materials with tessellation, even if tessellation multiplier is 0.  Found in 4.19 CL# 4033788, 4.20 CL# 4302132, 4.21 CL# 4347190 ...

ARKit Crash with Session Type: Image

UE - Platform - XR - Sep 6, 2018

AR app crashes when starting AR session if session type is set to "Image". Also confirmed in Main CL 4346626 ...

Sequencer XML generates wrong File Path for Image Sequence

UE - Anim - Sequencer - Sep 6, 2018

Outputing Image Sequences like {shot}/{shot} _ {frame} .png for example, the xml file doesn't reflect the right path because it's referring to .avi files. We can't find and replace avi files in ...

Crash When Trying to Set Default Values to a Structure That Includes a Transform Variable

UE - Gameplay - Sep 6, 2018

The Editor will crash when trying to set default values to a structure that includes a transform variable. Found in 4.19 C# 4033788, 4.20 CL# 4302132. 4.21 CL# 4347190 ...

Component default data can be lost for a non-nativized Blueprint class that inherits the component from a nativized parent Blueprint class.

UE - Gameplay - Blueprint - Sep 5, 2018

This is a regression that was introduced by the fix for [Link Removed]. The fix makes an invalid assumption that instances of components whose archetypes are inherited by a non-nativized child Blue ...

Logs containing UTF-8 characters don't appear in CMD/Terminal on Linux

UE - Platform - Linux - Sep 5, 2018

If a log message contains UTF-8 characters like "ő" or any Russian one ("л") it won't be printed to cmd or terminal but it will be printed to the log file. This is a regression from 4.19.2 (CL-40337 ...

Blueprint variables get reset if not made Public

UE - Gameplay - Sep 5, 2018

When a blueprint variable is not set to Instance Editable, its value gets reset at runtime. This seems to occur because the variable OriginalCannonTransform seems to get reset/nullified after being ...

Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled

UE - Platform - Mobile - Sep 5, 2018

Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled. Also seeing Gradle errors if SteamVR plugin is disabled. Setting min version to 14 ...

Net Multicast RPC functions do not fire other session members properly

UE - Networking - Sep 5, 2018

Using a multicast function does not call the function on both client and server. The functionality in this reproduction project can be found in the BP_MyPC blueprint. Regression?: No This occurs in ...