Global illumination Postprocess settings doesn't affect Reflection on Mobile

UE - Platform - Mobile - Jul 29, 2019

Postprocess GI related settings look like working in 4.22 on Mobile now, but seems buggy, Not sure if it has supposed to be supported on Mobile since it has no any info in Doc or 4.22's release note ...

A SoftPathObject as an input parameter referenced by a Blueprint Node didn't cook out

UE - Gameplay - Blueprint Compiler - Jul 27, 2019

The input paramter is a type of UEdGraphPin.  The PinType.PinCategory can be softobject or softclass, and the reference path is saved in a paramter named DefaultValue of UEdGraphPin.The DefaultValue ...

The socketbuilders do not properly join multicast groups on iOS

UE - Networking - Jul 26, 2019

On iOS, using the code in the UDP socketbuilders causes the sessions tool to not join with iOS devices. Giving the error EADDRNOTAVAIL. If the user falls back to the other code function that uses th ...

Crash opening FaceARSample on iOS

UE - Platform - XR - Jul 26, 2019

FaceARSample is crashing as soon as it is opened on iOS. Tested on a iPhoneXS 12.4.  Regression: Yes I was able to get FaceARSample on the same device the previous release 4.22. ...

Regression: Android Media Player Material - Plays on flipped normal

UE - Platform - Mobile - Jul 25, 2019

Media Player Texture/Material is playing on opposite mesh normal. Confirmed on Note 4, Pixel XL and Oculus Quest Did NOT reproduce with Vulkan. Video Material is white on 4.22 and 4.23 iOS ...

OSC Module cannot be compiled

UE - Audio - Jul 25, 2019

It seems, that using the new OSC API in C++ is not possible, since it cannot compile with MS compiler version 141 through VS and the Editor. Including a header file from the OSC Module results in a ...

DetachmentRules is not applied when WhenFinished of AttachTrack is set to RestoreState.

UE - Anim - Sequencer - Jul 25, 2019

Purpose: Create a parent-child relationship using the “Attach Track” After that, I want to release Attach in the middle of the sequence and leave the child. Set "When Finished" of "Attach Track" to ...

FAnimNode_RigidBody::bForceDisableCollisionBetweenConstraintBodies modifies asset collision table

UE - Simulation - Physics - Jul 24, 2019

The 'Force Disable Collision Between Constraint Bodies' rigid body node option modifies the collision table of the physics asset its used with. It is expected that this option works as an override a ...

Crash on start on KitKat

UE - Platform - Mobile - Jul 24, 2019

There is an unsupported call being made on KitKat causing a crash during startup. ...

First Person Example Project Crash when character movement component is cast in viewport.

Tools - Jul 23, 2019

Crash is caused by incorrect cast to display ActorComponent in viewport (gizmo used to move it should not be present) ...