HotReload fails with Linker errors when using Visual Studio 2017

UE - Foundation - Core - Apr 24, 2017

I had a tester with VS 2015 run through the steps I failed with, and they were unable to repro. JamesF was able to repro the issue on VS 2017. JamesF pointed out that this does not occur is you cho ...

VR Mode Interactor hand editor preference not persisting between editor sessions

UE - Editor - Workflow Systems - Apr 24, 2017

The dropdown selection for VR Mode Interactor hand is resetting to Right-Handed with each Editor session ...

Crash: Opening Project Browser from Launcher with VR Mode auto-entry enabled with HMD active (worn)

UE - Editor - Workflow Systems - Apr 24, 2017

If you enable VR Mode auto entry, close the project, and then attempt to launch the engine again from the Binary launcher while the HMD is active (being Worn), the Project Browser will crash ...

Sound cue editor node connections only animate when the mouse is moving

UE - Audio - Apr 24, 2017

Also occurs in 4.15.2 so not a regression ...

Widget component does not update when setting widget class back to "None"

UE - Editor - UI Systems - Apr 24, 2017

Widget component does not update when setting widget class back to "None". When the widget class is returned to "None" the user can still see the previous widget in the viewport. The blueprint must ...

[Feature Request] Improve the comment on the Finterp family of functions to better explain the parameters and maybe edge cases like what happens when speed is 0)

UE - Gameplay - Apr 24, 2017

Some users are finding the result of an interp speed of 0 for the FinterpTo node to be unexpected. The reasoning expressed is that if the speed is equal to 0 that there should be no change. This would ...

Blueprint's location reset to 0, 0, 0 after being detached in a network environment

UE - Networking - Apr 24, 2017

Attaching / Detaching a blueprint actor to a player in a network environment causes location errors when the detach occurs. Even without the attach events being replicated or the blueprint's movemen ...

Black screen caused by depth of field on several mobile devices

UE - Platform - Mobile - Apr 24, 2017

DOF does not display correctly(screen turns black) on several mobile devices. I could repro the issue on:Samsung GALAXY S7, Android 6.0.1Xperia X Performance (F8132), Android 6.0.1 ...

Crash selecting variable type in My Blueprint panel

UE - Gameplay - Blueprint Editor - Apr 21, 2017

Crash occurs when selecting a different type for a variable in the My Blueprint panel. The crash does not occur when doing this in the Details panel. This does not occur in UE4/Main. Similar to [ ...

Code doesn't work for custom binary projects on Linux

UE - Platform - Linux - Apr 21, 2017

If a binary engine is generated from a source build on Linux, attempting to create a code project / add code to a BP project will fail to compile properly. ...