Flow indicators between sound cue links don't update unless the mouse cursor is moved

UE - Gameplay - Blueprint Editor - Jul 14, 2016

The orange flow indicator that appears won't update graphically if there is no user input so if you Play an audio cue and don't move your mouse you won't get realtime feedback of what is going in. ...

Strongly ghosting with temporalAA and dither

UE - Graphics Features - Jul 14, 2016

Strongly ghosting with temporalAA and dithered plane like below image. [Image Removed] If you use FXAA, this wouldn't occur and also if you don't use a dithered plane, this ghosting also wouldn't ...

Hot Reloading from IDE fails

UE - Foundation - Core - Jul 13, 2016

Building from VS causes the compilation to fail. (Have not had the opportunity to check XCode yet, investigating) Found in //UE4/Dev-Core @ 3048370 Currently occurs in //UE4/Main @ 3049508Severity ...

Add 'restart editor' popup when changing 'enable UV from hit result'

UE - Gameplay - Jul 13, 2016

The Support UV From Hit Results flag in Project Settings does not take effect until the user restarts the editor. Enabling this doesn't let the user know that they have to restart the editor. ...

"Override Game Mode" only works with "Use Separate Process" enabled

UE - Anim - Sequencer - Jul 13, 2016

Override Game Mode only works when Using Separate Process ...

Cannot copy grouped settings that are nested in a hierarchy in the Details panel

Tools - Jul 13, 2016

The user is not able to copy a group of settings that are nested in a hierarchy in the Details panel. In the example provided in the repro steps, the user can right-click > Copy for Settings, but t ...

Actor Hidden in Game does not take lighting into account any longer

UE - Graphics Features - Jul 13, 2016

Using indirect lighting from bounce cards that are set to Actor Hidden in Game no longer generate indirect lighting for the scene. This is a regression of 4.11.2 where this worked but is no longer ...

Log Warning: LogRender:Warning: Missmatch between bShouldGenerateLowQualityLightmaps(0) and r.SupportLowQualityLightmaps(1)

UE - Graphics Features - Jul 13, 2016

The issue occurs in //UE4/Main as well. This issue can be easily seen by opening any project at latest. It has been observed in new projects both with and without starter content. ...

Crash Occurring in FD3D11DynamicRHIModule::FindAdapter()

UE - Graphics Features - Jul 13, 2016

Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 804] Array index out of bounds: 1 from an array of size 1 Source Context: 352 353 // We a ...

Widgets are not removed when ejecting during PIE

UE - Editor - UI Systems - Jul 13, 2016

Widgets are not removed when ejecting during PIE. The user ejects during PIE their widgets will remain on screen and can get in the way. ...