Generating XCode project from .uproject fails

UE - Platform - Apple - Jun 10, 2016

Using the option Services->Generate XCode Project fails to update the XCode solutuion. This prevents source files added to the project from the directory to show up in the editor. Regression: No - ...

Crash when changing shadow scalability settings to low, then clicking in the viewport

UE - Graphics Features - Jun 9, 2016

A crash occurs after setting the shadow scalabilty settings to "low" then clicking on an item in the viewport. The issue also occurs when setting all of the scalabilty settings to low at one time as ...

Dedicated Server crashes when client connects in particular circumstances

UE - Networking - Jun 9, 2016

Running a dedicated server with the setup in this fairly simply project causes a crash when a client connects. I'm unaware of the actual cause but getting the reproduction was all I could do. Logs ...

Movable Skylight with DFAO creates Dark Areas when Combined with Reflective Material

UE - Graphics Features - Jun 9, 2016

A user on the AnswerHub pointed out that his reflections when using a Movable Skylight with Distance Field Ambient Occlusion produces black results when combined with a reflective material. I trace ...

Spawn Actor From Class Multiplying Transform Scale By Original Object Scale

UE - Gameplay - Jun 9, 2016

When using the Spawn Actor from Class node, the Spawn Transform Scale is being multiplied by the actor's original scale, instead of just setting the scale to the Spawn Transform's value. In 4.11.2, ...

Child Actor cannot be transformed when using a static mesh that has been converted into a blueprint

UE - Gameplay - Blueprint - Jun 9, 2016

Child Actor cannot be transformed when using a static mesh that has been converted into a blueprint ...

Border Brushes don't account for zoom in UMG

UE - Editor - UI Systems - Jun 9, 2016

The thickness of the border relative to the widget it's in changes when zooming the widget designer in and out. ...

Character Using Move to Location or Actor Stutters

UE - AI - Jun 9, 2016

Characters using Move to Location or Actor will briefly pause with each few steps during their movement. This did not occur in 4.11.2 binary, this is a regression. Found in 4.12.1 binary. Reproduc ...

CrashReporter Client has no options to close without sending

UE - Foundation - Core - CrashReportClient - Jun 9, 2016

The options to close the CrashReporter window without submitting the crash report are no longer available. I suspect this was an intentional change for Paragon ([Link Removed]), however this is not ...

Costs of Static Lights on Render Thread

UE - Graphics Features - Jun 9, 2016

A Japanese developer's making a scene that has over 4000 static point lights. They thought the lights don't affect rendering in runtime. But they realized the RenderThread's costs become bigger. I ...