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

Bloom artifact showing in splitscreen settings

UE - Graphics Features - Jan 15, 2015

There is a bloom artifact at the top of the bottom player's screen. ...

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

3D widget Rendering upside down on Android

UE - Editor - UI Systems - Jan 14, 2015

The 3D widget looks fine in the mobile preview. However, when the project is launched to a device the widget will appear upside down. ...

Project crashes when changing the tool tip of an image widget and then trying to compile

UE - Editor - UI Systems - Jan 14, 2015

The user was adjusting the dpi curve and now when an image tool tip is changed and then the user tries to compile the widget, the project crashes Could be related to:https://jira.ol.epicgames.net/ ...

Overriding functions from a parent class then creating a child class creates two copies of the function in the child class.

UE - Gameplay - Blueprint - Jan 14, 2015

When a child blueprint is created from a child of another blueprint that has overridden a function of the original parent blueprint, the child of the child will have two copies of the function. ...

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

PerceptionComponent SensesConfig fails to save

UE - AI - Jan 14, 2015

Seems there are issues with saving SensesConfig. Has to be investigated: "First I tried creating the SensesConfig instances in the instanced array property within the component on blueprint templat ...

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