"ERROR: Client target not found!" When packaging client after enabling or disabling a plugin

Tools - Jun 5, 2018

"ERROR: Client target not found!" When packaging client after enabling or disabling a plugin. This will happen on both developer or shipping client as the build configuration.UATHelper: Packaging (W ...

UUserWidget::NativeDestruct may be called on a preview widget if PIE is started while the widget needs compilation

UE - Editor - UI Systems - Jun 4, 2018

By starting PIE while an uncompiled widget is open in the widget editor, it's possible to trigger a call to NativeDestruct on the preview widget. This is especially dangerous because NativeConstruct ...

BP functions with enum-type input argument named 'Category' are erroneously assigned to category 'New Enumerator n'

UE - Gameplay - Blueprint - Jun 4, 2018

BP functions with enum-type input argument named 'Category' are erroneously assigned to category 'New Enumerator n' ...

Particle emitter with Mesh Data type does not change material to new material instance

UE - Niagara - Jun 4, 2018

Particle emitter with Mesh Data type does not change material to new material instance. It will not apply changes that are being made at run time to a parameter in the material instance being used.  ...

InputAction Released fires twice

UE - Gameplay - Input - Jun 4, 2018

Using an Input Action with two different keys will fire twice on the key release if one is held down while the other is pressed. ...

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

Cannot load youtube URLs on Android

UE - Platform - Mobile - May 29, 2018

UMG Webrowser widget does not display embedded youtube videos. ...