Startup movies using FDefaultGameMoviePlayer are not skippable using keyboard or gamepad

Media Framework - Oct 13, 2016

There are a few separate issues with user input plumbing that prevent keypresses from getting to FDefaultGameMoviePlayer during a startup video 1) In FDefaultGameMoviePlayer::WaitForMovieToFinish() ...

Searching for invalid setting results in search field being removed

Tools - Oct 13, 2016

REGRESSION: YesWORKING: 3112924 (UE4/Main)BROKEN: 3160080 (UE4/Release-4.14) If the user searches for something that produces no results, the search field will disappear and the user cannot clear i ...

Game does not exit when exited through SteamVR UI

UE - Platform - XR - Oct 13, 2016

Previously the game would crash (see: [Link Removed]), but the fix now keeps the game running without VR instead. ...

Nav Modifier Volumes continue to affect navigation when the sublevel is removed

UE - AI - Oct 13, 2016

Nav mesh is still affected by a nav modifier volume when added to a sublevel and then the sub level is removed. Topdown character will not move into the space affected by Nav Modifier volume so not ...

Projects are failing when Content/Pak folders are added outside of the saved folder

UE - Platform - Mobile - Oct 13, 2016

When the Content/Pak file is outside of the Saved Folder, it'll crash with an internationalization error. But when the Content/Pak file is inside of the Saved folder, there is not a crash. ...

Blueprint Struct associations in Blueprint hierarchy causes command line cooker to crash

UE - Gameplay - Blueprint - Oct 13, 2016

If a user creates a specific Blueprint hierarchy with a Blueprint struct, it can cause a issue when the Blueprint struct is being cooked. User description of Blueprint(s) and Blueprint Struct relat ...

Marking a Blueprint as Deprecated Causes Existing Instances to be Removed on Level Load

UE - Gameplay - Blueprint - Oct 13, 2016

Enabling the 'Deprecated' option in a blueprint's Class Settings causes all existing instances of it to be deleting upon loading any levels that contain the blueprint. Found in 4.13.1. Reproduced i ...

Crash undoing static mesh translations several times

UE - Networking - Oct 13, 2016

Crash occurring when you undo moving a static mesh around in the viewport This is NOT occurring in 4.14 ...

Play rate track does not work when using CreateLevelSequencePlayer

UE - Anim - Sequencer - Oct 13, 2016

Play rate track does not work when using CreateLevelSequencePlayer Regression: YES Worked: 4.12.5 CL:3039270 Broken: 4.13.1 CL:3142249 ...

Changing transform of simulated component during physics freezes motion

UE - Simulation - Physics - Oct 13, 2016

If something is executed before a SetActorRotation node on Tick inside of a SceneComponent class BP and then added to an Actor class BP, the physics will lag User Description: When using set rotat ...