Memory leak when repeatedly opening levels on Android

UE - Platform - Mobile - Mar 17, 2017

We tested on xiaomi 4c. ...

Crash When Pasting More Than 1024 Characters Into Component Name

UE - Gameplay - Blueprint - Mar 16, 2017

I think this issue is mostly caused by users accidentally pasting a lot of text from (for example)a blueprint node while renaming a component. All you have to do is have a BP node in your clipboard ...

In "Blueprint could not be loaded..." mesage, No and Cancel do the same thing

UE - Gameplay - Blueprint - Mar 16, 2017

In the warning message the user receives when opening a blueprint with an invalid/disabled class (such as opening a Wheeled Vehicle Pawn with PhysX Vehicles plugin disabled), the user is given Yes/N ...

Editor Crashes when creating a function in Child Anim Blueprint

OLD - Anim - Mar 16, 2017

Editor Crashes when creating a function in Child Anim Blueprint. Regression: This issue did NOT occur in 4.13.2 Binary build ...

Meshes Still Casts Shadows With Unlit Materials Applied (Misleading Tooltip)

UE - Graphics Features - Mar 16, 2017

The "CastShadow" option on primitive component has a tooltip that says "This flag is ignored (no shadows will be generated) if all materials on this component have an Unlit shading model." This isn ...

The Difference node no longer updates after the first call

UE - Gameplay - Blueprint - Mar 16, 2017

The Difference node no longer updates after the first call. It appears to save the values passed into it on it's first call Note Possible workaround: If a clear node is used on the difference node ...

Evaluate ClampedPow material function

UE - Graphics Features - Mar 16, 2017

ClampedPow seems to have been added as a way to tackle common compile warnings and edge cases (particularly NaNs), but the code shouldn't be calling both an abs() then a max(). This causes negative ...

Interface as a function parameter does not get set unless class directly inherits the interface

UE - Gameplay - Blueprint - Mar 16, 2017

When a function takes an interface as a parameter, calling that function from a blueprint implementing the interface does not recognize the parameter unless the blueprint's parent class directly inh ...

Packaging Fails in a C++ Project with a Project Name Containing an Apostrophe

UE - Foundation - Core - Mar 16, 2017

Packaging fails in a C++ project when the Project Name field (Project Settings->Description->Project Name) contains an apostrophe. I've attached the logs from the 4.15 version of the project. Thi ...

Disabling LQ lightmaps causes crash on mobile preview

UE - Platform - Mobile - Mar 16, 2017