Cannot convert Spline Meshes to Static Mesh

Tools - May 10, 2017

Cannot convert Spline Meshes to Static Mesh. Note that the repro deals with a case where there is only one mesh along the spline. If you split the spline more, you'll see that the created static m ...

Unexpected behavior from moving multiple widget components with render transform

UE - Editor - UI Systems - May 10, 2017

Unexpected behavior occurs from moving multiple widget components with render transform applied to them. The individual components seem to change relative position or rotation when being clicked and ...

HTML5 fails during Package Command with ASM enabled

UE - Platform - Mobile - May 10, 2017

While testing in //UE4/Release-4.16 CL 3432136 in Binary – Launching a blueprint - FirstPerson template to Chrome encounters an error.LogPlayLevel: Program.Main: ERROR: AutomationTool terminated wit ...

Static Mesh Navigation Collision Properties Not Being Saved Correctly

UE - AI - May 10, 2017

Setting properties for a static meshes Navigation Collision and then reopening the mesh causes them to be reset. This does not appear to occur in 4.14.3. This is a regression. ...

Inconsistent comment for SetTimer in TimerManager does not specify that InRate and InFirstDelay should be in seconds

UE - Gameplay - May 10, 2017

The comments for SetTimer in TimerManager.h do not specify that the time is in seconds. This is a discrepancy from comments for Blueprint Set Timer nodes, which do specify that the time is in second ...

Some Material Nodes Are Not Able To Be Deleted

UE - Graphics Features - May 10, 2017

There are a lot of cases where nodes in the material editor will no longer get deleted even if you save the material after deleting the node. As soon as you close the window for the material editor ...

Combo box does not function in packaged build

UE - Editor - UI Systems - May 10, 2017

The ComboBox (string) element for UMG is not correctly displaying, The array options do not appear and can not be selected, for the packaged build, while PIE behaves as expected. Regression: This ...

Editor Crash on Mac after creating blueprint structure

UE - Gameplay - Blueprint - May 10, 2017

Creating a blueprint structure in the content browser causes the editor to lock up and become unresponsive. ...

Linux: async loading code crashes when memory pooling is enabled

UE - Platform - Linux - May 9, 2017

The reasons is a bad interaction between FIND_MEMORY_STOMPS code in AsyncLoading.cpp and memory pooling. Async loading will set PrecacheBuffer to read/only and will never reset it back, expecting ...

Contains node for array allows different Reference with no error thrown

UE - Gameplay - Blueprint - May 9, 2017

When using the contain node for an array there is a delay is getting a proper warning to show under certain conditions. This issue occurs when a pin for the bottom is connected before the array is. ...