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

Clicking a dropdown menu inside of a blueprint node while zoomed out will cause the list to be cut off

UE - Gameplay - Blueprint Editor - Oct 24, 2016

When you are zoomed out when clicking a dropdown box on a blueprint node, the dropdown menu gets cut off on length and width. Length isn't that big of a deal as you can scroll but it does cut off th ...

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

Nav Modifier Volume Not Affecting Nav Mesh Until it is Moved

UE - AI - Oct 21, 2016

Nav Modifier volumes are not affected the nav mesh until they are moved from their initial placement position. Found in 4.13.1. Reproduced in 4.12.5 and 4.15 Main CL 3163223 This is similar to [Li ...

Difference in Shader Complexity view mode between Static Mesh and Painted Foliage Actors after Enabling 'Dbuffer Decals' in Project Settings

UE - Graphics Features - Oct 19, 2016

The 'Shader Complexity' view mode is rendering differently between regular Static Meshes and Painted Foliage instances after enabling 'DBuffer Decals' The user is reporting that this does not seem ...

Odd stretching with cloth asset

UE - Simulation - Physics - Character - Oct 19, 2016

When simulating in viewport, a section of the cloth asset stretches out far into the distance. So far I was only able to reproduce this with the CLOTH_SimpleCloth asset in QAGame. The cloth in Con ...

Crash occurs selecting play in Vulkan Mobile Preview without sdk installed

UE - Graphics Features - Oct 18, 2016

Was attempting to repro [Link Removed] in //UE4/Main when I hit the following crash ...

Crash Occurs When Using the Hide Bone by Name Node

UE - Gameplay - Oct 18, 2016

The editor is crashing when attempting to hide a bone using the Hide Bone by Name node after using the Set Master Pose Component. ...

Deactivating a Component Does Not Stop Component Tick Immediately

UE - Gameplay - Oct 18, 2016

Deactivated components are ticking one additional time after being deactivated. ...

Editor Crashes When Enabling Closed Loop on Spline in Blueprint

Tools - Oct 18, 2016

Editor is crashing when setting closed loop in the construction script of a blueprint. This did not occur in 4.12.5 following the same repro, this is a regression. ...