Changing function return type in code does not update blueprint pin links

UE - Gameplay - Blueprint - Oct 31, 2016

When the return value of a C++ function is changed without preforming a hot reload, instances of the function node used inside a blueprint function will have their Return Value pin updated to the co ...

Fixing up GoogleVRHMD static analysis warning

UE - Platform - XR - Oct 31, 2016

[Line 1585] d:​\build​++ue4+release-4.14+compile​\sync​\engine​\plugins​\runtime​\googlevr​\googlevrhmd​\source​\googlevrhmd​\private​\googlevrhmdrender.cpp(42) : warning C6386: Buffer overrun while ...

"Error Provision not found" even though the provision is present and valid in 4.13.1

UE - Platform - Mobile - Oct 31, 2016

A few users are reporting on the Answer Hub and in the Forums that they are getting the following error in their output logs: "Error Provision not found" even though the provision is present and va ...

[CrashReport] UE4Editor_Engine!TOctree<TVolumeLightingSample<3>,FLightVolumeOctreeSemantics>::TConstElementBoxIterator<TInlineAllocator<99,FDefaultAllocator> >::ProcessChildren() [genericoctree.h:613]

UE - Graphics Features - Oct 31, 2016

This is one of the top crashes in the 4.14 Preview being submitted by the community. No additional information regarding this crash is currently available. ...

Full Trigger Press Does Not Paint Foliage in VR Editor

UE - Editor - Workflow Systems - Oct 31, 2016

With foliage selected, half pressing the trigger will paint foliage in the level. A full trigger press will not paint foliage. This is a bug occurring in 4.14 but not in 4.13. ...

-binnedmalloc is broken on Linux

UE - Platform - Linux - Oct 31, 2016

In 4.13 launching a linux game with -binnedmalloc will use the binned allocator. In 4.14 the command line was accidentally changed to -binnedmalloc1 while making other changes. It is still -binnedm ...

SetActorEnableCollision does not update on hot reload

UE - Gameplay - Oct 31, 2016

When SetActorEnableCollision(false); is added to a class constructor and a hot reload is preformed, the SetActorEnableCollision(false); is ignored and collision is not updated for that actor. ...

D3D Device Lost 'HUNG' crash in FD3D11Viewport::PresentChecked

UE - Graphics Features - Oct 31, 2016

This is a new D3D crash affecting multiple users in 4.14 Preview 1. It is currently the #1 crash in the Preview. Information provided by users:Just pressed create project...Openning QA Game with - ...

Game window renders transparent when launched with -game -log commands on Mac

UE - Platform - Apple - Oct 31, 2016

This is only occurring on Mac and only in OSX 10.12. This is also a regression from 4.13 Right clicking in the dock, Show all windows, and selecting the game window does NOT fix the issue. Runnin ...

Spotlights Transform Strangely When Scaled Within A Blueprint

UE - Graphics Features - Oct 31, 2016

When scaling an actor with a spotlight component that is offset from local 0,0,0 the spotlight will invert itself when passing into negative scale values. In the test project this only occurs on the ...