Using Replace Reference only works once on Linux

UE - Platform - Linux - Jan 14, 2016

Using the Replace References option to replace one asset with another, the window does not close/refresh properly. This causes the window to stay on the screen although it cannot be interacted with ...

Crash when Enabling 'Generate Mesh Distance Field' and Restarting Project

UE - Foundation - Core - Nov 2, 2016

A user has reported that he gets a crash on his machine upon restarting after enabling the 'Generate Mesh Distance Fields' option within the Project Settings > Rendering options The callstack for t ...

Reimporting Does Not Update Normal Import Method In Build Settings

Tools - Oct 19, 2016

If you reimport an asset with a different normal import method it won't update the build settings for that mesh. For example if you were import with computing tangents then set the mesh to import ta ...

Force Feed back does not fire off when called on actor destroyed

UE - Gameplay - Input - Nov 3, 2016

Force Feed back does not fire off when called by an on destroyed event ...

FCDODiffControl doesn't properly account for lists of differing size.

UE - Gameplay - Blueprint - Sep 21, 2016

FCDODiffControl doesn't properly account for lists of differing size. The issues are marked in the following code:int IterOld = 0; int IterNew = 0; while (IterOld != OldProperties.Num() || IterNew ...

Users are given client out of date error when using SVN on OSX

Tools - Apr 14, 2016

A user has reported that Subversion source control cannot connect with the editor when running on a Mac (OSX). The following error is given when attempting to do so: SourceControl:Error: Error svn: ...

Set Fullscreen mode does not render correctly in New Window PIE

Tools - Nov 1, 2016

Set Fullscreen mode does not render correctly in New Window PIE. The window tries to become fullscreen, however the screen appears to stop short and the bottom and right of the window are cut off ...

Switching levels requires paths to be rebuilt for show navigation to work if Agent radius has been changed

UE - AI - Nov 2, 2016

Switching levels requires paths to be rebuilt for show navigation to work if Agent radius has been changed ...

Rotation rate is X and Z are flipped when using UDK Remote compared to on the device

UE - Platform - Mobile - Oct 20, 2016

The X and Z rotation axis coming from Rotation Rate swap when being tested with UDK Remote and when the application is on the device. ...

Using Collapse to Function with a For Each Loop Adds a Return Node to the Loop Body

UE - Gameplay - Blueprint - Nov 16, 2015

When you create a blueprint setup with a For Each loop and attempt to use Collapse to Function, the return node is connected to the loop body as well as the completed pin. This causes an issue becau ...