Adding Elements to multiple Struct Arrays of a specific variable type is unreliable

UE - Gameplay - Blueprint - Aug 25, 2015

Adding Elements to multiple Struct Arrays of variable 'Slate Brush' is unreliable. ...

Widget IsHovered does not register a TouchUp

UE - Editor - UI Systems - Aug 25, 2015

Widget node IsHovered does not register a TouchUp when you TouchDown onto a touchscreen device. It keeps the same x,y coordinates when moving your finger along the screen. I have spoken with Chris ...

Automation tool failure exit code

UE - Automation Test - Aug 25, 2015

Automation won't return the correct exit code when an issue is caught using the map check error. When running from the RunUAT batch file, it will never finish. ...

Settings related to Supported Agents are not saved in the DefaultEngine.ini

Tools - Aug 25, 2015

All entries in the Project Settings window are suppose to be saved in the DefaultEngine.ini file. This does not occur for settings related to Support Agents such as Can Walk, Can Crouch, etc. Note: ...

Source control syncing in editor will sometimes not update changes made to assets

Tools - Aug 25, 2015

When using source control and attempting to sync the project, sometimes assets are not updated to the latest changes properly. This causes changes made to those assets later to override previous ch ...

Distance Fields do not work with Directional Lights when using a AMD Radeon card.

UE - Graphics Features - Aug 25, 2015

Distance Field shadows do not appear to be working with those using Radeon series cards. Sample project attached DXDiag of machine that is having the issue is attached. AMD Radeon 200 series. ...

The "_##" is dropped when following the default name of a widget within the Hierarchy panel

UE - Editor - UI Systems - Aug 25, 2015

The Hierarchy panel does not show the full name of a widget the name of the widget starts with the default name (Example: Button) followed but an underscore and some numbers (Example: Button_42). In ...

TextRender components do not update until blueprint is saved and compiled

UE - Gameplay - Blueprint - Aug 25, 2015

TextRender components do not update when text is changed on compile. The blueprint must be saved, closed, and re-opened for the change to take effect. ...

Copying local variables from an event graph to a collapsed graph causes missing local variable warnings upon compil

UE - Gameplay - Blueprint - Aug 25, 2015

If a local variable is present within an event graph and then copied in a collapsed node, the copied variables will have a warning: "Unable to find local variable with name 'NewLocalVar_0' for Get ...

Swarm: Not able to set number of processors to use for Swarm from the UI

UE - Graphics Features - Aug 25, 2015

There is a setting called "LocalJobsDefaultProcessorCount" in the Developer Settings tab in Swarm. After the change to make Lightmass build asynchronously while the user keeps working, this set ...