Movie play following Open Source crash editor when changing viewport size.

Media Framework - Mar 29, 2017

When playing movie in PIE, changing viewport size leads to Engine crash. This is not reproduced in 4.14.3 ...

Inaccurate warning message when changing editor settings on Linux

UE - Platform - Linux - Mar 27, 2017

When making changes to Editor Preferences or Project Settings on Linux, a warning message appears that the ini file is not writeable, however the changes are still recognized/saved. This warning me ...

Changes to the Navigation settings aren't saved when edited in the Static Mesh Editor

UE - AI - Mar 23, 2017

Changes to the Navigation settings aren't saved when edited in the Static Mesh Editor. The values will reset back to default values when the asset is reopened. ...

Profile GPU Command Crashes Standalone Game on Mac

UE - Platform - Apple - Mar 21, 2017

[Link Removed] "ProfileGPU" Command Crashes Standalone Game on Mac but not on a Windows PC. Regression: No ...

Crash on built project from Manual focus change of Cine Camera as Player Pawn

UE - Gameplay - Mar 20, 2017

Crash on built project from Manual focus change of Cine Camera as Player Pawn Regression: Effects version 4.13.2 , 4.14.3, and 4.15.0 binary versions ...

Editor crash when calling function that contains a local Map varaible

UE - Gameplay - Blueprint - Mar 20, 2017

When a function contains a local map variable, calling the function causes the editor to crash. This only occurs is the map is defined at the function level, no crash occurs if the map is declared ...

Morph targets aren't imported with Import Animations Disabled

Tools - Mar 20, 2017

Morph targets don't appear on initial import of fbx with Import Animations Disabled Regression: YES Worked: 3249277 (4.14.3) Broken: 3299760 (4.15.0) ...

Default value is not used for input pins in a function when using text if the parameter's pin has been connected to another node

UE - Gameplay - Blueprint - Mar 15, 2017

Default value is not used for input pins in a function when using text if the parameter's pin has been connected to another node. The text field is cleared after the parameter's pin has been used. ...

Crash While Running Project With d3ddebug Enabled (fix provided)

UE - Graphics Features - Mar 6, 2017

A licensee encountered a crash during InjectTranslucentLightArray: according to them they fixed the issue in ShadowProjectionCommon.usf: /** Cube map texture. */ TextureCube<float> ShadowDepthCub ...

Unable to increment TMap value if Key is zero

UE - Gameplay - Feb 24, 2017

Unable to increment TMap value if Key is zero. Changing the TMap Key to 1 on Add will allow the Value of "Key 0" to be incremented. User Description: It seems as if the 'Find' node for the newly ...