Widget components added to characters added in a C++ template will not allow packaged builds to open

UE - Gameplay - Blueprint - Oct 19, 2017

When Widget components added to characters added in a C++ template When the build is packaged and you attempt to open it the window will not open, despite a process running in the background Versio ...

Particle record in the Matinee leads to crash when playing after record.

Tools - Oct 19, 2017

Particle record feature in the matinee seems not properly working in the Editor. When trying to play in the matinee with recorded keys, the Engine will crash with Access violation - code c0000005. ...

Collision channel settings are not recognized in Standalone

OLD - Anim - Oct 18, 2017

Object instances that override the parent blueprint's collision settings are recognized in PIE but ignored in standalone or when running from the command line with -game NOTE: This appears to only ...

Flickering in Material Editor Preview when Absolute World Position node used

UE - Graphics Features - Oct 17, 2017

Creating a material with "Absolute World Position" node plugged into the "World Position Offset" input of the base Material node results in flickering in the preview window of the material editor. ...

Sequencer animation stutter when using Run Dedicated Server causes character to drift

UE - Anim - Sequencer - Oct 16, 2017

Sequencer animation stutter when using Run Dedicated Server causes character to drift. This doesn't happen when "Run Dedicated Server" is disabled. Licensee Description: We are having an issue wit ...

Meta specifier MustImplement does not list eligible blueprints that have not been opened/loaded

UE - Gameplay - Blueprint - Oct 16, 2017

Using the meta specifier MustImplement will cause the associated dropdown to only list classes/blueprints that implement the provided interface. If a blueprint has not been opened/loaded in the edit ...

values for pinch input produce very different results for same area on android device

UE - Platform - Mobile - Oct 13, 2017

Values for pinch input produce very different results for the same area on an android device. values can range from 0 to 1, or end up in the thousands, despite the pinch distance being the same. It ...

Packaged iOS project incorrectly includes level not selected to be cooked

UE - Foundation - Core - Cooker - Oct 11, 2017

When packaging for iOS on a Mac, the default level for a project will always be included in the packaged project even if it was not selected to be cooked and packaged. The expected behavior is that ...

Scene Capture 2D Invisible When Mobile MSAA Enabled

UE - Platform - Mobile - Oct 11, 2017

UDN Licensee (UE4.16) changed rendering settings from MSAA "none" to MSAA x4, resulting in Scene Capture 2D not showing up in mobile preview mode. I have reproduced same results in 4.17 and 4.18. ...

Blueprint fails to compile after adding local map variable element

UE - Gameplay - Blueprint - Oct 11, 2017

When a map is added as a local variable for a blueprint function, the blueprint will failt o compile. Regression: No, same behavior occurs in 4.16.3 Workaround: Setting the key/value pair to int/i ...