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

Adding and removing variables to character blueprint slowly builds RAM

UE - Gameplay - Blueprint - Oct 31, 2016

Adding and removing variables to character blueprint slowly builds RAM, this value does not drop until editor is closed and re-opened. Regression (no) issue (does) occur in 4.12.5 ...

Converted Skeletal To Static Mesh Gets Corrupted When Merged

UE - Gameplay - Oct 31, 2016

If you attempt to merge a static mesh that was a converted skeletal mesh the resulting asset is corrupted. You have to use the new convert skeletal mesh to static mesh feature. You will find this e ...

Adding assets to a project on a drive that is full still creates the file at the desired location instead of in a temporary location and provides no information as to why the asset is failing to load, corrupting the asset

Tools - Oct 31, 2016

Adding assets to a project on a drive that is full still creates the file at the desired location instead of in a temporary location and provides no information as to why the asset is failing to loa ...

Load Time Regression on Match3 on iPad4

UE - Platform - Mobile - Oct 31, 2016

This regression was measured as the difference between load time at 4.14 CL 3176009 versus our last mobile compat test, at 4.13 CL 3089968. Between these version there was a 15 second increase. ...

BlueprintReadWrite erros when using Make and Break Bone Driven Controller nodes

UE - Gameplay - Blueprint - Oct 28, 2016

BlueprintReadWrite erros when using Make and Break Bone Driven Controller nodes EDIT [[Link Removed]] (see comments): I think the solution should to only offer the make/break nodes for non-"Bluepr ...

Log console command consumes input when trying to set Log.Category or Log.Timestamp

UE - Foundation - Core - Oct 28, 2016

We currently have a Log console command that processes console commands starting with "Log". This causes it to erroneously capture any attempt to change the cvars Log.Timestamp or Log.Category. ...