Dynamic Nav Mesh rebuilds incorrectly on World Origin Shift

UE - AI - Jan 30, 2017

Dynamic Nav Mesh rebuilds incorrectly on World Origin Shift. It must be rebuilding (physics objects, etc) while the origin shift is taking place; then the nav mesh will rebuild at different heights ...

Last frame of sequence does not render out.

UE - Anim - Sequencer - Jan 19, 2017

Noticing that the last frame of a sequence does not render out properly. ...

Web browser widget causes app to crash when packaging for Distribution on Android

UE - Platform - Mobile - Dec 7, 2016

Web browser widget causes app to crash when packaging for Distribution on Android. The web page is not pulled up and the app crashes ...

UMG Event Track events may not fire if they are too close to the end of the animation

UE - Anim - Sequencer - Nov 17, 2016

Every tick, we evaluate the range of time that has passed to see if any events on the event track need to be fired. However, when we hit the end of a loop, we have to manually set our LastPosition b ...

BuildData needs to be released from level when it is unloaded

Tools - Oct 28, 2016

User is not able to load a build data asset without loading the level first. This can cause issues when trying to manage Source Control with the asset. ...

Multitouch on Windows offsets touch index by 1, starting at TouchIndex_2

Tools - Oct 18, 2016

Touch input on Windows devices will start at touch index 2 instead of touch index 1, like other touch devices. ...

Linux: SIGTERM handler can deadlock

UE - Platform - Linux - Sep 30, 2016

Handling SIGTERM can deadlock because RequestExit() can log stuff. If we happen to be in the malloc at that time of receiving the signal this is going to deadlock the process. In general, we should ...

Discrepancy between cuts for Camera Cut track and Shot/SubScene tracks

UE - Anim - Sequencer - Sep 15, 2016

Discrepancy between the specific frame cuts on Camera Cut track and Shot/SubScene tracks. NOTE: This ONLY occurs when scrubbing in the sequence editor. Works as expected in game and renders. If ...

The packaged folder for a Linux project is more than twice the size of a windows folder

UE - Platform - Linux - Aug 22, 2016

LinuxNoEditor folder from a packaged Linux game is more than double the size of a packaged Windows project folder (WindowsNoEditor). Results from packaging an empty Third Person Project Windows (6 ...