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 ...

Gridlines Draw On Top of any sprite or mesh with a Translucent material in an orthographic viewport

UE - Graphics Features - Jul 10, 2017

When viewing Translucent Sprites or Unlit Translucent assets while in Lit viewmode, the viewport grid always draws on top of the object(s). ...

Morph target for SK_BoxMorph_1 exceeds 1.0, causes the sphere shape to bend inward

Docs - Samples - Jul 10, 2017

In Content Examples, the morph targets assigned to SK_Box_Morph_1 exceed 1.0. While it's not "wrong" for morphs to go beyond that, it doesn't seem like it's a great demonstration in the asset. Goi ...