Auto-Play doesn't work on keyed actors in a sub-level using Initially Loaded and Visible (Packaged Game Only)

UE - Anim - Sequencer - Jan 19, 2017

Auto-Play doesn't work when keying actors in a sub-level using Initially Loaded and Visible (Packaged Game Only) In the attached project, the only item in the persistent level is the Sequence Actor ...

Crash when using a Self reference with a Custom Event variable

UE - Gameplay - Blueprint - Jan 19, 2017

Crash when using a Self reference with a Custom Event variable that is using Pass By Reference. The crash only seems to occur if the setup was created in the Player Controller class. This was origi ...

FMonitoredProcess does not properly support -nothreading mode

UE - Foundation - Core - Jan 19, 2017

For single threaded mode, we need to update FMonitoredProcess to handle processing in a single threaded fashion. Currently, we are continuing before the process has completed, which could result in ...

Launching QAGame for HTML5 creates an 'uncaught exception: out of memory'.

UE - Platform - Mobile - Jan 18, 2017

Launching onto HTML5 opens the browser to Uncaught Exception: out of Memory After running it on a 64-bit browser, the following is printed:uncaught exception: abort("Cannot enlarge memory arrays. E ...

Ensure clicking on the floor mesh in Anim Blueprint preview

OLD - Anim - Jan 18, 2017

REGRESSION No, occurs in 4.14.3 Ensure occurs if the user clicks on the floor mesh in the Animation Blueprint viewport. ...

Actor leaves behind ghost collision when detached and simulating physics

UE - Simulation - Physics - Jan 18, 2017

Actor leaves behind ghost collision when detached and simulating physics. The collision doesn't show when 'Show Collision' is enabled but from the physics simulation it is clear that a collision box ...

Servers are not visible to clients in ShooterGame with LAN off

UE - Networking - Jan 17, 2017

Server are not visible to clients in ShooterGame when the LAN is set to off. This occurs on all native platforms when trying to connect to each other when the LAN is off. REGRESSION: Yes Worked: 4 ...

Missing Controller Controls options in VehicleGame

Docs - Samples - Jan 17, 2017

In The options, the controller controls options are missing a couple of the controls of the game. It might also have a control option for restarting position as well. This is a regression ...

"Short Form string asset reference" warnings in KiteDemo

Docs - Samples - Jan 17, 2017

These warnings appear upon opening the project. ...

MIDIDeviceController.h causes compilation errors when included in an external module

UE - Audio - Jan 16, 2017

When you attempt to access MIDIDeviceController.h in your own project, it'll fail when you include it. This is the main error, while the other is a syntax error: missing type specifier - int assume ...