Xcode 8 Beta Toolchain Breaks InfiltratorDemo on AMD On 10.11.6

UE - Platform - Apple - Jul 27, 2016

InfiltratorDemo rendering is entirely broken on 10.11.6 using AMD GPUs when the shaders are compiled to byte code using the Xcode 8 Beta 2 toolchain. This does not appear to occur with the Xcode 7.3 ...

Project Launcher spams console with "LogStats:Warning: MetaData mismatch..."

UE - Foundation - Core - Jul 27, 2016

It doesn't appear to matter what project or template you're launching with, or what settings you use in the ProjectLauncher. There are two threads it seems to complain about as reflected in this s ...

It isn't clear when a profile is added to the Preview Scene Settings

UE - Gameplay - Jul 27, 2016

In the Preview Scene Settings, it isn't clear that a new profile is created when the user clicks on Add Profile. If it's the first new profile, the dropdown is no longer grayed out. But if the use ...

Decal Fade Out does not cause decal to fade, destroys decal at end of fade time

UE - Graphics Features - Jul 27, 2016

Decal Fade Out does not cause decal to fade as expected. Instead, after the delay and fade time, the actor is destroyed with no noticeable fade during this time period. ...

Paper2D Code Template character uses code class in the level

Docs - Samples - Jul 27, 2016

In every other code template, the standard setup is to have the code classes be in the template and have all the functionality in them code-wise, but then have a blueprint child setup the assets it ...

Mobile preview crashes in QA-Promotion

UE - LD & Modeling - Terrain - Landscape - Jul 27, 2016

A crash will occur in QA-Promotion when played in Mobile Preview. ...

Get VR Focus State will cause a crash in standalone if an HMD device is in use

UE - Platform - XR - Jul 27, 2016

Get VR Focus State will cause a crash in standalone if an HMD device is in use ...

Physical Material Returns Default on hit detection

UE - Gameplay - Player Movement - Jul 27, 2016

Phsyical Material returns Default on hit detection even if additional surface types are provided in project settings. This removes the purpose for the physical material or any benefits it could prov ...

GPU Particle Collision causes shaking when set to bounce with low resilience.

UE - Niagara - Jul 27, 2016

A particle emitter with GPU sprites on certain settings will shake violently as they collide with the ground. This requires there to be a strong Const Acceleration module and Collision with low resi ...

Using TMap Contains( ) with automated unit testing can result in a false return, when the element of the TMap exists.

UE - Automation Test - Jul 27, 2016

If a user relies on the automation unit testing, they can get a incorrect result when using TMap because Contains( ) doesn't always return the correct result. ...