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

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

Base Pass Instruction Count increases on Compile and Save, then resets upon reopening Material

UE - Graphics Features - Aug 24, 2015

Material Base Pass Instruction Count will change from a value established when plugging in components pre-compile to a higher value on post compile, but when the material is reopened the count rever ...

Anti-Alias from Draw Line Function does not fully appear on Android

UE - Platform - Mobile - Aug 24, 2015

Some of the lines within the launched or packaged version on Android for the draw line function, but not all of them do. This has been checked on iOS and it's working perfectly fine in both 4.8.3 an ...

Adding rotation to a bsp breaks extrusions

UE - LD & Modeling - Modeling Tools - BSP - Aug 24, 2015

Adding Rotation to a bsp breaks future extrusions, causing them to incorrectly render. ...

REGRESSION: HierarchicalInstancedStaticMeshComponent LOD transitions are broken in 4.9 and Main

UE - Graphics Features - Aug 24, 2015

While testing another fix I noticed HISM LOD transitions are not working in Main or 4.9 branch. There is no screen-door effect and multiple LODs seem to be rendering simultaneously compared to 4.8. ...

ForEach 'Enum' node returns incorrect enum values

UE - Gameplay - Blueprint - Aug 21, 2015

ForEach 'Enum' node returns incorrect enum values User Description: The For Each loop and Byte To Enum function return weird things. The same outputs happen with the Byte To Enum, depending on wh ...

Using a breakpoint with "Use Mouse for Touch" enabled will cause the graph to become unresponsive

UE - Gameplay - Blueprint - Aug 21, 2015

If the user has a break point set and then activates the breakpoint > Resumes without doing anything > activates the break point then the graph containing the breakpoint will become unresponsive. (C ...

Cooking/Staging is hardcoded to copy only the "Game" localization target's data.

UE - Editor - UI Systems - Localization - Aug 20, 2015

At the prompt of a UDN post, I investigated the cooking/staging code and discovered that it is hardcoded to copy files for the "Game" localization target. This needs to be configurable in some manne ...

Setup.bat does not successfully pass the --force parameter to GitDependencies.exe

Running Setup.bat with the optional --force parameter results in an error when GitDependencies.exe is called. ...