Setting character animation in parent BP and mesh in child BP does not play the animation in a packaged game

UE - Gameplay - Jan 21, 2015

When a child BP is used to with a skeletal mesh to play an animation set in the parent, the animation will play in editor and in standalone but will not play in a packaged game. ...

Get Font Size returns 0.0 for default (null) font value

UE - Gameplay - Jan 21, 2015

When using the default value in a "get text size" node, the height and width return 0.0. Note: potentially returning null value as no hard value is presented to font. James: Should use same fall ...

Unable to see a Texture Format when using the Launch On feature

Tools - Jan 21, 2015

When you Click the Arrow down to the right of the Launch On button, The texture format for an Android device is showing as a jumbled mix of numbers and letters and not in any specific format. ...

Macro Libraries do not update after rename

UE - Gameplay - Blueprint - Jan 21, 2015

Macro Libraries can only be called by their original name, even after being renamed to something different. ...

Animgraph-Blend node-Alpha Scale Bias-larger values imprecise

OLD - Anim - Jan 21, 2015

When setting the alpha scale bias for a blend node in the AnimGraph, if you set the values so that the difference is greater than 10, the values will not enter as whole numbers (see image.) ...

Using Blueprint Interface functions that take other Interfaces as parameters can cause the Editor to crash in PIE mode.

UE - Gameplay - Blueprint - Jan 20, 2015

If a Blueprint Interface function takes other Interfaces as parameters, and a circular dependency is present, the Editor will crash when the interface is called. CRASH REPORT: [Link Removed] CALLS ...

Sprites don't initialize PixelsPerUnrealUnit in cooked builds, causing invalid values for GetSocketLocation, etc... for assets that have Pixels/uu of 2.56

UE - Gameplay - Paper2D - Jan 20, 2015

In this user's project, playing in Launched or Packaged games causes the Get Socket Location to return an unusual report when used during a flipbook animation. Instead of a normal vector, the Print ...

The Ease function's Blend Exp reverts to its default value after closing/reopening the editor

UE - Gameplay - Blueprint - Jan 20, 2015

The Ease function's Blend Exp reverts to its default value after closing/reopening the editor. Reproduced in 4.6.1 binary and in Main (CL-2408355). ...

The default values of a Struct variable in a Blueprint will return to the default values of the Struct on compile when all values are set to 0

UE - Gameplay - Blueprint - Jan 19, 2015

The default values of a Struct variable in a Blueprint will return to the default values of the Struct on compile when all values are set to 0. Possibly related to [Link Removed] Tested in 4.6.1 a ...

Editor slows exponentially when selecting an instanced static mesh in viewport that has a large number of instances

Tools - Jan 19, 2015

Editor slows down exponentially when spawning in a large quantity of instanced meshes. ...