Crash on packaged game with Struct containing Enum and Nativization on

UE - Gameplay - Blueprint - Jun 20, 2017

There is a crash occurring with a packaged game that has a Struct containing an Enum inside of it, as well as having the nativization on, the issue does not occur if Nativization is turned off. The ...

Crash on level change when "Use Single Process" is false and "Play as Client"

Tools - Jun 20, 2017

When "Use Single Process" is off (unchecked/false) and "Play as Client" is selected, using the console command "Open [LevelName]" causes the editor to crash Regression: No - same behavior occurs in ...

Edit shared defaults for multiple blueprints leads to Engine crash.

UE - Gameplay - Blueprint - Jun 20, 2017

Changing any value in Edit shared defaults window with multiple blueprint assets leads to Engine crash. This is a regression from 4.16 ...

Disabling the Paper 2D plugin causes a packaged project to not open

UE - Foundation - Cpp Tools - Automation Tool - Jun 19, 2017

When working in a project that is in 4.16, disabling the Paper2D plugin causes a packaged version of the project to not open. This issue is different from previous versions as disabling the plugin i ...

Blueprint dirty after PIE if blueprint contains a reroute node for a Key Struct

UE - Gameplay - Blueprint Compiler - Jun 19, 2017

If a blueprint contains a reroute node for a key structure it will cause the blueprint to become dirtied (needs to be compiled) upon exiting PIE. ...

Event Dispatcher cannot be deleted or renamed if it is named "SnapTo" in a Scene Component blueprint

UE - Gameplay - Components - Jun 19, 2017

If an event dispatcher is created with the name "SnapTo" inside of a scene component blueprint, it can no longer be renamed or deleted. Error given: BlueprintLog: New page: Compile NewBlueprint1 ...

Children of Retainer Box cannot be interacted with when visibility is set to "Self Hit Test Invisible"

UE - Editor - UI Systems - Jun 19, 2017

When there is a Retainer box with the visibility set to "Self Hit Test Invisible" and has children, the children cannot be interacted with. Children such as a button cannot be clicked. This issue c ...

Custom Mesh Component gives incorrect bounds

OLD - Anim - Jun 16, 2017

Custom Mesh Component > Get Component Bounds gives incorrect bounds > Box Extent User Description: [4.16.1] Using "Get Component Bounds" on a Custom mesh component gives unusual numbers for the Bo ...

Class viewer does not save filters when closed

Tools - Jun 16, 2017

Regardless how the filters are set in the Class Viewer window, closing and reopening the window causes the filters to be reset to the default options. Regression: No - this behavior exists in 4.15. ...

HTML does not properly show mouse with Set show mouse cursor node

UE - Platform - Mobile - Jun 15, 2017

When playing a project on HTML 5, the node "Set show mouse cursor" does not appear when the node is used. ...