Moving Child Object in Local Space Causes Flickering

Tools - Jun 30, 2016

When moving an object in the viewport that is parented to another object with a scale of -1,1,1, the child object will flicker. This is a regression, this did not occur in the 4.11.2 binary release ...

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

Locale is not auto-detected correctly for French or German Windows 7

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

Reports that a UE4 project launched on French or German Windows 7 is not automatically correctly setting the culture from the OS' setting. Can probably install French or German support for a copy o ...

Next/Previous Widget Navigation still accept Tab/Shift+Tab navigation

UE - Editor - UI Systems - Jun 29, 2016

When the next/previous navigation settings of a widget are set to Stop, pressing Tab or Shift+Tab still result in the next/previous widget gaining focus. Note: In the attached project, all Navigati ...

If "Disable low latency update" is set to false for vive controllers a line trace appears to lag behind

UE - Platform - XR - Jun 29, 2016

If "Disable low latency update" is set to false for vive controllers a line trace appears to lag behind the mesh of the vive controller. This makes it so that the line trace appears to bound and lag ...

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