World Delta seconds appears to Cause a miss calculation (regression 4.12.3 -> 4.12.4)

UE - Gameplay - Jul 1, 2016

If the user uses world delta seconds in a calculation there appears to be some incorrect values. Note there is also a users project attached if you would like to look at that example. ...

WebBrowser widget appears to remove itself from other widgets in user's project

UE - Editor - UI Systems - Jun 30, 2016

WebBrowser widget appears to remove itself from other widgets in user's project ...

Texture streaming and player input broken on iPhone 6 and 6+

UE - Platform - Mobile - Jun 30, 2016

Level streaming and player input seem to be broken on iPhone 6 and 6+ This issue was observed during the recurring mobile smoke. ...

Crash when opening a data table that references itself in a data table row handle

UE - Editor - UI Systems - Localization - Jun 30, 2016

The Editor crashes when a data table references itself by using the data table row handle setting in a struct ...

Cannot use multiple SubScene tracks

UE - Anim - Sequencer - Jun 30, 2016

Cannot use multiple SubScene tracks. When trying to add a subscene to a second subscene track, it just snaps onto the original subscene track. ...

Crash Occurs When Clicking Off of Color Picker in Data Table

Tools - Jun 29, 2016

When using an FLinearColor variable in a data table and editing it using the color picker, clicking anywhere off of the color picker window will cause the editor to crash. Error Message: Assertio ...

Adding Angular Impulse on Begin Play causes a Crash

UE - Simulation - Physics - Jun 29, 2016

Calling Add Angular Impulse on BeginPlay causes the editor to crash. Workaround: Adding a short (.01s) delay after BeginPlay prevents the crash. Regression: No, crash occurs in 4.11.2 as well. ...

Avoidance Groups Not Being Properly Set

UE - AI - Jun 29, 2016

Setting the avoidance group using the Set Avoidance Group node does not set the value of the group selected to true inside of the Avoidance Group struct. ...

Crash when opening a data table based on a struct named actor

Tools - Jun 29, 2016

If the user creates a structure, names it "Actor", then creates a data table based on the struct then the data table will cause a crash on open(opening the data table). ...

VS2015 Update 3 prevents the editor from compiling code

UE - Foundation - Cpp Tools - UnrealBuildTool - Jun 28, 2016

Updating Visual Studio 2015 to Update 3 prevents code projects from compiling / creating new code projects ...