Having lots of SpeedTrees loaded in/out/in with level streaming causes crash with Standalone game

UE - Foundation - Core - Jan 21, 2015

Description: When using lots of static meshes placed in the scene and using level streaming to switch levels out can cause standalone game to crash while loading the map back in. For example, if you ...

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. ...

Thumbnails for child blueprint are not updated after changing a component in child blueprint

UE - Editor - Content Pipeline - Content Browser - Jan 21, 2015

Thumbnails for child blueprint are not updated after changing a component in child blueprint ...

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). ...

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self (4.8)

UE - Gameplay - Blueprint - Jan 20, 2015

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...