Packaged project crashes when using get "Get Data Table Row" and Nativize blueprint Asset is set to true

UE - Gameplay - Blueprint Runtime - Mar 2, 2016

Packaged game will crash on open when using Nativize blueprint asset in the project settings if the user is calling the node Get Data Table Row ...

Function Library function will cause a project to fail when packaging if Nativize Blueprint Assets is checked to True

UE - Gameplay - Blueprint Runtime - Mar 2, 2016

If the user uses a function from a function library while Nativize Blueprint Assest is check to true in the project setting then the project will fail to build when packaging. ...

Enumerators are not set correctly in packaged games if Nativize Blueprint Assets is set to true

UE - Gameplay - Blueprint Runtime - Mar 2, 2016

If an enum is called it will not return the correct value when Nativize Blueprint Assets is set to true in the project settings ...

Crash when editing details of an AI Perception Component's Senses Config field

UE - Gameplay - Blueprint - Mar 2, 2016

If a custom AIController class defines an AISenseConfig_Sight pointer, creating a blueprint of this class and attempting to edit values in the drop down for the array elements causes the editor to c ...

"Diff Against Depo" Does not Display Changes to AI Controller Property

UE - Gameplay - Blueprint Editor - Mar 2, 2016

When using Diff Against Depot to see changes made to a file since it was last checked in, changes made to the AI Controller default property are not displayed under the defaults section. Found in ...

Breaking out row pin on "Get data table row" node and checking a variable against a variable from a separate, unused "Get data table row" node causes error

UE - Gameplay - Blueprint - Mar 2, 2016

Breaking out row pin on "Get data table row" node and checking a variable against a variable from a separate, unused "Get data table row" node causes error and fails compile. The error does not prov ...

Blend Shape Morph animation not displaying at 60fps

OLD - Anim - Mar 2, 2016

A licensee pointed out that when importing a Blend Shape animation for morphing that was made at 60fps in Maya, the Editor animation viewer doesn't properly show 60 fps. However, after adding some t ...

Clean up NaN checks in CharacterMovementComponent

UE - Gameplay - Player Movement - Mar 1, 2016

Some old NaN checks in character movement use checkf() which will crash, those should be ensures. Other code is inconsistent in using either ENABLE_NAN_DIAGNOSTIC (with side effects), and some users ...

User's project crashes on the Lenovo S939 when an external window pops up

UE - Platform - Mobile - Mar 1, 2016

User's project crashes on the Lenovo S939 when an external window pops up (such as a timer) ...

Load String fails to load when launched onto a mobile device

UE - Platform - Mobile - Mar 1, 2016

If the user uses the node load string and then launches onto a device than the web browser will be blank. Note: This node appears to work fine in editor ...