Xbox 360 Controller DPad input does not register properly on Android

UE - Platform - Mobile - Jun 4, 2018

Using a Xbox 360 controller on an Android device works except that the DPad input is not registered. This same issue does not occur with Xbox One controllers. Regression?: No This occurs in 4.18 ...

Unconverted BP function library does not assign output parameters after function call in a nativized build.

UE - Gameplay - Blueprint - May 31, 2018

Stub functions generated for unconverted assets as dependencies of nativized assets do not properly handle output parameters (the result is not assigned after the ProcessEvent() call). Suggested fi ...

Dynamic Shadow Distance only working for values below 20000 on translucent materials

UE - Graphics Features - May 31, 2018

The dynamic shadow distance movable light setting is only working for values below 20000 on translucent materials. The shadow cast on the translucent material will fade out long before the opaque ma ...

Failure to attach component in a non-nativized child Blueprint class to an inherited component from a nativized parent Blueprint class.

UE - Gameplay - Blueprint - May 30, 2018

Attachment will currently fail at runtime during load and/or construction if a component from a non-nativized child Blueprint is attached to an inherited component from a parent class that is nativi ...

Crash when a nested widget is set to "Force Slow Construction Path"

UE - Editor - UI Systems - May 25, 2018

Does not occur if the root widget also disables the fast path. As a result, the current workaround is to ensure that the fast construction path is also disabled on the parent widget by making sure ...

GetScaledCapsuleHalfHeight does not work properly if X or Y is lower than Z scale

UE - Simulation - Physics - May 25, 2018

GetScaledCapsuleHalfHeight multiplies the CapsuleHalfHeight by the lower scale value, even if it is X or Y. Seeing as Half Height should only be related to the Z scale, this does not work out proper ...

Planar reflections move up and down while reflective surface rotates

UE - Graphics Features - May 24, 2018

Whenever you have an actor on top of a reflective surface while its moving the reflection will display inaccurately as if the object is moving away or toward the reflective surface. Found in 4.19 C ...

SSR on Translucency is not affected by Post Process Volume

UE - Graphics Features - May 24, 2018

Screen space reflections on translucent materials are not affected by post process settings. Any changes made to SSR settings in the volume will do nothing to a material that is set to the transluce ...

Renaming a BP interface function/event breaks all existing uses of that function/event

UE - Gameplay - May 24, 2018

If you rename a blueprint interface function or event that is used somewhere in a blueprint, it will break the usage of that function/event. If it was a function, it will actually delete all the BP ...

Phones with no magnetometer -> GetInputMotionState returns all 0s

UE - Platform - Mobile - May 23, 2018

Bug submission from a user overseas: " On some devices (Moto G5 Plus, Moto G5 S Plus) the values are always 0 like : Tilt : 0.00.00.0 RotationRate : 0.00.00.0 Gravity : 0.00.00.0 Accleration : 0.00 ...