Client Animation is not updated on Server with "Replicate Movement" disabled

OLD - Anim - Dec 5, 2016

Client Animation is not updated on Server with "Replicate Movement" disabled See Additional Info URL because the user appears to have done some debugging on this. ...

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 ...

Event does not fire at end of playback range

UE - Anim - Sequencer - Aug 29, 2016

Event does not fire at end of playback range. This does work with Forced Fixed Frame Interval Playback so wonder if this is invalid? I have some test content set up in //UE4/Main QAGame QA-Promoti ...

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 ...

"Play Rate" below 1 and "Force Fixed Frame Interval Playback" causes choppy renders

UE - Anim - Sequencer - Jul 12, 2016

"Play Rate" below 1 and "Force Fixed Frame Interval Playback" causes choppy renders. This was explained by Max on Answerhub to the user, but this seemed like something that should be bugged and loo ...