Remote building for iOS and tvOS does not properly remove files from previous builds causing compile failures

UE - Platform - Mobile - Mar 21, 2017

Remote building for iOS/tvOS is leaving behind generated files which can cause various compile issues when creating different projects in different streams with the same name (MyProject, MyProject1, ...

Clearing text property from a Text widget won't work the first time

UE - Editor - UI Systems - Mar 21, 2017

It currently takes two attempts to clear the default text from a Text Block widget. The first time you try, the property will repopulate with the previous string. ...

Crash when element is added to a map variable with unhashable key

UE - Gameplay - Mar 21, 2017

Crash when element is added to a map variable with unhashable key. An error is thrown on compile but an element can still be added under the Details panel of the variable. Crash Reporter: [Link Rem ...

Renaming a material isn't reflected in the Static Mesh Editor until it is closed and reopened

Tools - Mar 21, 2017

Renaming a material isn't reflected in the Static Mesh Editor until it is closed and reopened. User Description: Let's have imported static mesh with material. Then select material using "Browse t ...

Linux: Assertion at splash screen when trying to open UE4Editor

UE - Platform - Linux - Mar 21, 2017

I ran into this while looking to verify [Link Removed] at CL 3355923. I logged the issue I was verifying the fix for last night and have not updated anything locally, so the "OpenGL 4.3 not supporte ...

Property won't be force synced when re-enabling replication.

UE - Networking - Mar 21, 2017

It seems like if replication is re-enabled for a given property, its state should be force synced (depending on replication conditions). Otherwise, the state will remain "out of sync" for an indeter ...

Crash when using 'DumpLightmapSizeOnDisk' Console Command

UE - Graphics Features - Mar 21, 2017

A crash occurs when using the 'DumpLightMapSizeOnDisk' in the Console Command. ...

uncaught exception: out of memory after launching project onto HTML5 (32-bit browsers)

UE - Platform - Mobile - Mar 20, 2017

First person template project is struggling to run on Firefox 32-bit Version 52.0.1 and eventually throws an "uncaught exception: out of memory" error. Occurs in both BP and C++ projects. May be a ...

USkinnedMeshComponent::FindClosestBone does not respect bRequirePhysicsAsset parameter

OLD - Anim - Mar 20, 2017

A licensee has reported that the USkinnedMeshComponent::FindClosestBone function does not respect the bRequiresPhysicsAsset parameter, resulting in the bone returning bones that are not part of the ...

Editor crash when calling function that contains a local Map varaible

UE - Gameplay - Blueprint - Mar 20, 2017

When a function contains a local map variable, calling the function causes the editor to crash. This only occurs is the map is defined at the function level, no crash occurs if the map is declared ...