Crash when using Landscape when building lighting with commandlet

UE - Graphics Features - Jun 6, 2016

When using the new Rebuild Lighting commandlet will cause a crash with any level that builds when it has a landscape in the scene. https://github.com/EpicGames/UnrealEngine/commit/f89256dd0efb7d0b ...

No collision is generated on PaperTileMapComponents that are generated at runtime

UE - Gameplay - Paper2D - Jun 3, 2016

When a PaperTileMapComponent is generated at runtime, the collision that it should have is not generated along with it. This can (oddly) be remedied by selecting the component itself in the details ...

FSlateApplication::OnControllerAnalog triggers a MouseLeftClick event to be added to the input stack.

UE - Gameplay - Input - Jun 3, 2016

It appears that FSlateApplication::OnControllerAnalog triggers a left mouse click to occur on mobile platforms. If developers haven't properly avoided hooking up delegates to the InputComponent for ...

A Function whose declaration is in a platform specific "If" block cannot be bound to a delegate

UE - Foundation - Core - Jun 3, 2016

Functions whose definition is in a platform specific "if" block cannot be bound to a delegate and also causes an assert when beginning to play in PIE for the first time since compiling, but the asse ...

Can perform infinite "double jumps" when JumpMaxHoldTime is greater than 0.

UE - Gameplay - Player Movement - Jun 3, 2016

There's a bit of broken (or missing) logic in ACharacter that doesn't account for users having released the jump button. This is a well known issue, and there's even video's describing how users can ...

[CrashReport] UE4Editor_Engine!operator new<FBatchedLine,FDefaultAllocator>() [array.h:2812]

OLD - Anim - Jun 2, 2016

Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 804] Array index out of bounds: 175 from an array of size 171 Source Context: 2797 2798 temp ...

Some textures don't work with particle cutouts

UE - Graphics Features - Jun 2, 2016

Some textures don't work with particle cutouts [Image Removed] ...

Compile button disappears and Hot Reload stops working after failing to Hot Reload in some cases

UE - Foundation - Core - Jun 2, 2016

When failing to hot reload in some cases, the compile button in the editor will disappear and Hot Reloads will stop occurring. This tends to happen randomly in other scenarios but the method above i ...

All Classes Tab of Modes Panel Not Updating Automatically

Tools - Jun 2, 2016

Blueprints are not appearing in the All Classes tab of the modes panel after being loaded until the tab is switched. Found in 4.12 binary. Reproduced in 4.11.2 binary and Main CL 2994701. ...

"Error: No Assets to Check In" warning when using File > Submit to Source Control on Mac SVN

Tools - Jun 2, 2016

When connecting to SVN source control on Mac, I am unable to submit new assets to Source Control using the File > Submit to Source Control method or through the Source Control > Submit to Source Con ...