A point light's source length appears to be 0 if too many are on screen at once

UE - Graphics Features - Feb 15, 2016

If a user places too many point lights on screen at once with a source length greater than 0 it will appear as though the length is 0 ...

Return node pins lose connection after copy and pasting

UE - Gameplay - Blueprint - Feb 15, 2016

If the user copies and pastes nodes connecting to a return node in a function then the pins on the return node will become disconnected. ...

Bloom not Working on Samsung Galaxy S5

UE - Platform - Mobile - Feb 12, 2016

As the title suggests, bloom on the Samsung Galaxy S5 is not working. I tested this against another android device, the Acer Iconia Tab 8, which also supports Full HDR w/Sun according to the docum ...

Setting location of Child Actor inside of OnConstruct causes the ChildActor to leave behind non-referenced instances

UE - Gameplay - Feb 10, 2016

If the ChildActorComponent on a mesh is attached to a component and then has its location set in the OnConstruct function, it'll leave behind non-referenced instances of itself. This is most apparen ...

PakBlacklist does not seem to be excluding files properly

UE - Foundation - Core - Cooker - Feb 10, 2016

The pak-blacklist files do not seem to be working fully. While some of the files may be excluded Engine/Content/Slate files are staying behind, which can be seen once you've used UnrealPak ...

Generate Project Files is not automatically run after Switch Unreal Engine Version on Mac

UE - Foundation - Core - Feb 8, 2016

When converting a project to a different version of the engine, the GenerateProjectFiles.command process is not ran as it would be on Windows with GenerateProjectFiles.bat. This can cause issues, es ...

Packaging fails after changing from Dynamic to Static Nav Mesh Runtime Generation

UE - AI - Feb 8, 2016

If you package with Runtime Generation set to Dynamic and then switch to Static and attempt to repackage, the packaging will fail with the following error message.[2016.02.08-16.18.14:511][217]MainF ...

Macro Inputs and Outputs cannot use ECollisionEnabled Enum as a variable type

UE - Gameplay - Feb 7, 2016

Macro Inputs and Outputs cannot use ECollisionEnabled Enum as a variable type. ECollisionChannel and ECollisionResponse are available. ...

Pausing simulation in PIE does not pause looped timers on the Server when players is set to more than 1

UE - Networking - Feb 4, 2016

Pausing simulation in PIE does not pause looped timers on the Server when players is set to more than 1. The Client pauses the timer as expected. With only one player, timers are paused as expected. ...

Margin Variable cannot be edited while collapsed within a data table

Tools - Feb 4, 2016

If a struct has a variable of type Margin and a data table is created based on the struct, the Margin variable will not be editable while collapsed within the data table. ...