DoesSocketExist always returns false for Sprite Sockets (flipbooks and sprite components)

UE - Gameplay - Paper2D - Jan 15, 2015

DoesSocketExist always returns false for Sprites in a Flipbook, whether there is a socket on any/all of the Sprites or not. Note: GetSocketLocation seems to work fine, indicating that it is reading ...

Collapse to Function creates a return node that cannot be deleted

UE - Gameplay - Blueprint - Jan 15, 2015

Collapse to Function creates a ReturnNode that cannot be deleted. When creating a new Function, the ReturnNode is not mandated like this, so this seems inconsistent. Included is a screenshot of thi ...

SetMaterial allows the user to add a Material which updates the GetMaterials array but not GetNumMaterials

UE - Gameplay - Jan 15, 2015

SetMaterial allows the user to add a Material which updates the GetMaterials array but not GetNumMaterials. The user who reported this was trying to add a material to a skeletal mesh during runtim ...

Double clicking (quickly) on a combo box (String) will cancel the next click event for the ComboBox (String)

UE - Editor - UI Systems - Jan 15, 2015

A user has found that if they quickly double click the combobox (string) the next time they click it, it will not open as it should. They will then have to click an extra time to open the combobox ( ...

Assigning an image that is not the default to the Disabled state of a button does not work

UE - Editor - UI Systems - Jan 15, 2015

Tools team notes: Make disabled state hidden. If the user applies an image to the disabled state of a button the button will not reflect this change in game. For example if I were to set the disabl ...

Blueprint Break on Exceptions does not work with Accessed None errors

UE - Gameplay - Blueprint - Jan 14, 2015

The experimental feature Blueprint Break on Exceptions does not work with Accessed None errors. To test, create an actor variable in a blueprint and use it as an input to a function without having s ...

Vehicle Template dashboard texts is blurred when moving

Docs - Samples - Jan 14, 2015

Descrition: When using the vehicle template the text rendered on the dashboard when using the car is blurred. This seems likely to how the text here is setup vs the hud for the 3rd person view. ...

Updating a meshes UCX collision in an FBX will not reimport with the updated collision if it's been removed

UE - Editor - Content Pipeline - Import and Export - Jan 14, 2015

DESCRIPTION: When making a mesh with custom collision with the naming convention of UCX and exporting the FBX for use in UE4 the collision will import and update if any changes are made and reimport ...

Split Struct Pin on a Function output will return a compiler error

UE - Gameplay - Blueprint - Jan 13, 2015

Split Struct Pin on a Function output will return a compiler error: Error Pin New Param 1 X named NewParam1_X doesn't match any parameters of function NewFunction_0 Error Pin New Param 1 Z name ...

Timeline tracks can be given the same name as existing execution inputs, and renaming them and compiling will cause a crash

UE - Gameplay - Blueprint - Jan 13, 2015

Timeline tracks can be given the same name as existing execution inputs, which causes some unusual behavior when dragging off the pin. Renaming them will rename the execution pin instead, and compil ...