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

Crash on checking event track key property after setting static mesh reference element

UE - Anim - Sequencer - Oct 19, 2017

Event track key with a structure containing staticmesh reference. Setting the staticmesh then reopening the property crashed the editor. ...

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

NaN is handled differently when clamped on Windows and Android/iOS

UE - Platform - Mobile - Oct 18, 2017

NaN (Not a Number) is handled different when clamped on Windows and Android/iOS. If you clamp a NaN (Acheived by -3 ^ 0.2 in the reproduction project) from 0.0 to 1.0 and then print the result, you' ...

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

Crash caused by character referencing a reparented AnimBP

OLD - Anim - Oct 18, 2017

Placing a character that reference to a reparented AnimBP(created as a child of thirdperson, then reparented to AnimInstance) crashes editor after reopening the project. If you already had that charac ...

CreateWidget node keeps reference to created widget on output pin

UE - Gameplay - Blueprint - Oct 17, 2017

There was an issue in 4.16 (fixed in CL# 3437205) in which blueprint output pins would hold on to object references until the blueprint was destroyed. It appears that an additional fix may need to b ...

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

VisibleAnywhere specifier doesn't prevent components from being edited in property windows

UE - Gameplay - Blueprint - Oct 17, 2017

Using the VisibleAnywhere specifier in a UPROPERTY declaration does not prevent a Component's properties from being edited in property windows. This conflicts with the description of this specifier ...

Crash exiting play in VR with -DX12

UE - Platform - XR - Oct 17, 2017

Crash when exiting play in vr when the editor has been launched with -DX12 This is not a regression (at least from 4.17.2), as in 4.17 the editor would crash simply when attempting to play in VR. ...