Crash in MobilePatchingLibrary OnInstallComplete when install fails

UE - Platform - Mobile - Jul 11, 2017

Crash in MobilePacthingLibrary.cpp in the function static void OnInstallComplete FText ErrorText = MobilePendingContent->Installer->GetErrorText(); It looks like MobilePendingConte ...

Crash in GetScreenRect on OPPO and Vivo devices

UE - Platform - Mobile - Jul 11, 2017

DOF rendering artifacts on Redmi Note 3

UE - Platform - Mobile - Jul 11, 2017

When show propertymatrix and delete target actor, the editor crash

Tools - Jul 11, 2017

It looks like it is null reference in propertymatrix. It always occurs when I execute the reproduction procedure. ...

Crash when trying to launch ShooterGame with -game

UE - Online - Jul 11, 2017

Might be related to the changes in //UE4/Release-4.17 at CL 3527005. I was also able to repro this via PIE-Standalone Game in the editor. When I repro'd this with PIE-Standalone Game the Standalone ...

Setting Sky Distance Threshold to 0 in a Skylight does not disable the light

UE - Graphics Features - Jul 11, 2017

When setting the Sky Distance Threshold to 0, the skylight in the level appears to make the level brighter instead of disabling the added light. This does occur in 4.16.2 and 4.15.3 ...

Save process fails for BuiltData.uassets when trying to PIE - Standalone Game

Tools - Jul 10, 2017

The following can be observed in the output log for the various BuiltData.uassets:Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/Maps/Highrise_Audio_BuiltData" FILE="../../../../../Builds/Release-4.17/Samples/ ...

FWindowsWindow::ReshapeWindow may get called with a NewHeight of 0 when using the editor through VPN, causing a crash

Tools - Jul 10, 2017

When calling ReshapeWindow, aspect ratio is determined by dividing the new width by the new height. We could prevent a potential crash here by validating these numbers before performing the division ...

Blend Node performs Blend Time after being re-initialized with a different Active Value

OLD - Anim - Jul 10, 2017

Setup: Blend by Bool>Slot>Final Pose. Say the bool starts on true. While playing a Montage on the slot, flip the bool value to false. After the montage finishes, the blend node will start on true ...

Crash when referencing GearVRController

UE - Gameplay - Blueprint - Jul 10, 2017

SamD and I noticed that in 4.17 the GearVRController component wasn't appearing in searches in the editor. This crash doesn't occur in 4.16.1 ...