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

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

Using Native iOS UIViewController+UIWebView causes crash

UE - Platform - Mobile - Jun 28, 2016

Using Native iOS UIViewController+UIWebView causes a crash when the virtual keyboard is opened and closed rapidly, or in general usage. This is just one reproduction case. User provided pictures of ...

A SkeletalMesh component will spawn in rotated when setting the skeletal mesh and simulating physics on Begin Play

UE - Simulation - Physics - Jun 28, 2016

A SkeletalMesh component will spawn in rotated when setting the skeletal mesh and simulating physics on Begin Play Adding a Delay between SetSkeletalMesh and SetSimulatePhysics will correct the iss ...

User-Defined Variables Reset to Null When Not Marked as Editable

UE - Gameplay - Blueprint - Jun 28, 2016

When running the construction script of an actor blueprint, user-defined variables are reset to NULL each time the script is run. This seems inconsistent, as if the variables are set to Expose on S ...

HUD materials in VR appear off centered (more towards the top left)

UE - Platform - XR - Jun 28, 2016

If the user uses a draw material simple in the HUD blueprint and then boots up VR the material appears to be offset. In this case the material is supposed to be fullscreen. However, it only covers a ...

Wildcard pins added by drag and drop stay the type of the source even after breaking the link

UE - Gameplay - Blueprint - Jun 27, 2016

Wilcard pins added via drag and drop retain the type of the source even after breaking the link. This will not reproduce if the output wildcard pin is created through the details panel. See screens ...

Inputs on Find Item Node Can be Connected to Executions

UE - Gameplay - Blueprint - Jun 27, 2016

When using a Find Item node to search for something in an array, you are able to connect execution pins to the node, which then changes it to require an array of execs as an input. ...