[CrashReport] UE4Editor_MaterialEditor!FMaterialEditor::OnCanPromoteToParameter()

UE - Rendering Architecture - Materials - Jun 27, 2017

This is a common crash in the 4.16 release. It seems related to creating a parameter in the Material Editor, however users have not provided any descriptions so additional information is not current ...

Memory leak on Mac when Credits window is open

UE - Platform - Apple - Jun 27, 2017

The editor is running out of memory on Mac when the Credits window is left open. ...

Crash resizing Cascade window

UE - Graphics Features - Jun 27, 2017

Crash occurs when the user quickly resizes the Cascade window. I was able to reproduce this regularly last week, but I'm not able to do so now. This is related to [Link Removed]. ...

Crash when altering the values of a custom struct element in a Tmap

UE - Gameplay - Blueprint Compiler - Jun 27, 2017

If the values of the elements in a Tmap are altered for a Tmap that is using a custom struct, the editor will crash on compile. ...

Undoing the deleting of variables in use by Sub Anim Instance does not expose them again

OLD - Anim - Jun 27, 2017

If the user deletes variables on an anim blueprint that is used and exposed by a Sub Anim Instance node, and then undoes the deleting, they will not be exposed again, even though they were prior to ...

Transform gizmos becomes detached when using editor mode plugin

Tools - Jun 27, 2017

After the gizmo is detached, if you click on it to use it, such as translating the object with the translation widget, then the gizmo snaps back to the object in the Viewport. Based off of [Link Re ...

Need to remove dependency on log2 on Android for older versions

UE - Platform - Mobile - Jun 27, 2017

The log2 function does not exist in libc.so on older Android. Using FMath::Log2 instead solves the issue. ...

Cannot call blueprint events on CDO

UE - Gameplay - Blueprint - Jun 27, 2017

Attempting to call a blueprint event on a CDO object causes the editor to crash. Regression: Yes- Repro steps did not crash editor in binary 4.15.3 (CL 3450819) ...

Child Actor Component resets to default when a new instance is created through copy/paste

UE - Gameplay - Jun 27, 2017

Child Actor Component resets to default when a new instance is created through copy/paste. The change must be made in the actor instance in the level through the Details panel. User Description: T ...

Nativize BP Package fails when using Sub Anim Instance with exposed variables

OLD - Anim - Jun 26, 2017

When using exposed variables on Sub Anim Instance nodes, packaging with nativize blueprints fails Tested on: 4.15 - 3450819 4.16 - 3466753 4.17 - 3502710 ...