Load Game From Slot fails to retrieve saved class if class is a Blueprint Generated class

UE - Gameplay - Oct 25, 2016

Generated Blueperint classes do not get loaded when the editor is restarted after a save game. This issue does not happen when the class is not a Blueprint Class. As in, if the class variable is a ...

Cannot save a duplicated level in a blank project

Tools - Oct 25, 2016

Cannot save a duplicated level in a blank project. ...

Crash attempting to drive a Pawn with no torque

UE - Simulation - Physics - Oct 24, 2016

Crash occurs when the user attempts to drive a non-Vehicle pawn (using a Vehicle Wheel Movement component) with the Torque Curve flattened to 0. I was not able to reproduce this crash when I tried ...

Disabling 'Use Landscape Lightmap' option Skewing Procedural Foliage Instances

UE - LD & Modeling - Terrain - Landscape - Oct 24, 2016

Disabling the 'Use Landscape Lightmap' when using procedural foliage, will skew the placed instanced meshes. Regression? Yes, this issue did not occur in the 4.13.1 release. ...

CrossCompileTool module fails to build due to missing include

UE - Graphics Features - Oct 24, 2016

The include for VulkanConfiguration.h was added to VulkanBackend.h, which is one of the external dependencies for the CrossCompileTool. This include is not complete however. This results in this mod ...

Cannot click send in CrashReportClient on Mac

UE - Foundation - Core - CrashReportClient - Oct 24, 2016

The CrashReportClient does not allow the send buttons to be clicked on a Mac. The client works fine on Windows. This works in 4.13.2. Works in: 4.13.2 - 3167898 Broken in: 4.14.0 - 3171634 WORKA ...

UnrealCEFSubProcess requires Visual Studio 2013 to be compiled

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 21, 2016

When trying to build the entire engine solution or UnrealCEFSubProcess directly, Visual Studio 2013 is required to be installed for UnrealCEFSubProcess to complete successfully. There is also an err ...

Post Processing Settings do not update in Persona when the values are changed in Preview Scene Settings

UE - Gameplay - Oct 21, 2016

The post processing effects do not update in the Persona Viewport in realtime. They will take effect if the post process setting is disabled and renabled. This is a regression. ...

Failed to Zip Projects

Tools - Oct 21, 2016

When trying to zip the project the editor fails almost immediately. The output logs shows as follows: UATHelper: Zip Project Task (Windows): Running AutomationTool... UATHelper: Zip Project Task (W ...

FixDeps runs on every build even without any changes

UE - Platform - Linux - Oct 21, 2016

This has been fixed for 4.15, but 4.14 was branched before the fix. Note that this issue is distinct from [Link Removed] and the fix is much simpler. Note that [Link Removed] (pull request #2839) ...