InfiltratorDemo is too bright and colors are washed out using OpenGL4 on Linux

UE - Rendering Architecture - RHI - May 5, 2017

There are instances in the showcase where the brightness and colors look normal, but most of the time they are off drastically. I cannot reproduce this with SM5 on Windows, nor can I with OpenGL4 o ...

Component properties cannot be edited for instances of a Blueprint if more than one instance of that Blueprint in the level is selected

UE - Gameplay - Blueprint - May 5, 2017

Properties of components that are added to a Blueprint cannot be set in the Details panel for instances of that Blueprint in the level if multiple instances are selected. These components also do no ...

KiteDemo: DestroyActor Warning when Saving - Height_x3_y2_C_1

UE - World Creation - Worldbuilding Tools - World Composition - May 4, 2017

While testing in KiteDemo - //UE4/Release-4.16 CL 3420042 in Binary – When the editor autosaved I noticed a warning occurred in the output log. – Issue occurs during any Save operation. User can use ...

Details for new components added during hot reloading aren't complete

UE - Gameplay - Blueprint - May 4, 2017

Adding a new component in code does not show all editable options in the details panel. Ex: When a sphere component is added to a class, the Transform category will only list the Scale. Location a ...

Widget interaction component appears fail when moving at high speeds

UE - Editor - UI Systems - May 4, 2017

Widget interaction component appears fail when moving at high speeds In this example: The user cannot click button that require the widget interaction component to become perpendicular to the cur ...

Static Mesh approximate size can be inconsistent between Content Browser and Static Mesh Editor

Tools - May 3, 2017

The approximate size for a Static Mesh that is shown in the tooltip from hovering over a Static Mesh in the Content Browser and the approximate size shown in the Static Mesh Editor can be inconsiste ...

Unable to create installed build with iOS support from PC

UE - Foundation - Core - May 3, 2017

Attempting to build a local binary engine from a source engine will fail when iOS support is enabled in the setup process. Command line argument (ran from Engine/Build/BatchFiles folder location): ...

A struct pin that contains a delegate does not assign default inputs to a custom event when the struct be has been split

UE - Gameplay - Blueprint - May 3, 2017

A struct pin that contains a delegate does not assign default inputs to a custom event when the struct be has been split. In this example the Custom event is created without the default input pins n ...

Deleting an asset is unsuccessful if the asset is marked for add when using Git source control

Tools - May 3, 2017

Deleting an asset that is marked for add when using the Git source control plugin no longer actually deletes the asset. Instead the file will be removed from the Content Browser (it actually stays i ...

Drag in event graph does not work after touch event with breakpoint

UE - Editor - UI Systems - Slate - May 3, 2017

Dragging in event graph does not work after touch event with a breakpoint. This issue persists after the PIE has stopped as well. But the issue is resolved when the project is reopened. Regression: ...