Tilemaps Normals are Flipped upon Opening Editor with Tilemaps in Level

UE - Gameplay - Paper2D - Jul 27, 2016

A licensee has reported that the normals for their tilemaps upon initial load of the editor are flipped. This is also true when they launch their packaged project. All the normals of their tilemaps ...

Destructible attached with a Physics Constraint have inconsistent physics

UE - Simulation - Physics - Destruction - Jul 26, 2016

Destructible attached with a Physics Constraint have inconsistent physics compared to a standard Static Mesh. This is also sometimes prevalent with Destructibles that aren't attached with a Physics ...

Destructible attached with a Physics Constraint ignores Start Awake on play

UE - Simulation - Physics - Destruction - Jul 26, 2016

Destructible attached with a Physics Constraint ignores Start Awake on play The Destructible component is set to simulate physics, but on play physics is not simulated unless the destructible is to ...

Display Actors Count (levels tab) goes up by one every time the project is saved

Tools - Jul 26, 2016

The number that is displayed for "Display Actors Count" goes up by one each time the save button in used within the levels tab. ...

Widget functionality broken when removing / recreating the same widget from a widget component

UE - Editor - UI Systems - Jul 26, 2016

When SetWidget is called, the call to Widget->MarkPendingKill(); causes the widget to lose functionality if the widget being created is the same as the widget previously removed. ...

Wireframe on Top Keyboard Shortcut for Landscapes not working

Tools - Jul 26, 2016

Unable to use a Keyboard Shortcut for the Wireframe on Top visualizer for Landscapes. The tool works when using the dropdown menu within the viewport, but it does not seem to toggle when mapped to a ...

Buffer Visualizer displays Roughness and Base Color incorrectly.

UE - Graphics Features - Jul 25, 2016

When a material with the exact same values are input into the Base color, Specular, Metallic, and Roughness they display differently in the Buffer Visualizer Overview. ...

HTTP GET requests are much slower than a Python script by a factor of 15-20x

UE - Networking - Jul 25, 2016

Based on user report, a HTTP Get request from UE4 is 15-20x slower than if using a Python Get request to get the same file. ...

Using TInlineAllocator with a large number in TArray that is in an AActor class will cause child Blueprint class to call an assert while parent class will not

UE - Foundation - Core - Jul 22, 2016

If a TArray has a TInlineAllocator with a large number and the class is used with a child Blueprint, the editor will throw an assert. If the base C++ Class is used instead of the Blueprint, the asse ...

When using multiple workspaces on Linux, auto save forces UE4 workspace to be active

UE - Platform - Linux - Jul 22, 2016

When working with multiple workspaces and having any other workspace in focus, the workspace with the editor will be forced into focus after an auto save occurs. ...