Duplicated Blueprint Causes Incorrect Target for Events

UE - Gameplay - Blueprint - Oct 15, 2015

Duplicating a blueprint that has a node hooked up to BeginPlay causes the BeginPlay in the duplicate blueprint to target the original blueprint. This does not appear to affect functionality. Occur ...

Issues changing physics properties on destructible meshes

UE - Simulation - Physics - Destruction - Oct 15, 2015

Numerous issues when manipulating destructibles. 1) Changing collision response pre-fracture will not affect chunks post-fracture 2) Changing collisions response pre-fracture will prevent damage f ...

Application crashes when blueprint contains a copied timeline

UE - Gameplay - Blueprint - Oct 15, 2015

Copied timeline nodes triggers an Android crash and a black screen on the iOS devices. ...

Mouse pointer disappears on stopping when the cursor has a trail via the windows mouse options

UE - Editor - UI Systems - Slate - Oct 15, 2015

If the user has turned on the cursor trail for their computer and then opens up the puzzle template the cursor will sometimes disappear after moving the mouse around on the screen (The pointer disap ...

Any Key input binding does not respond to any key presses

UE - Gameplay - Input - Oct 15, 2015

The input binding "Any Key", which was added in 4.9, does not respond to any key presses. Regression?: No: This feature did not exist before 4.9 ...

UnrealBuildTool: UBTMakefile is not outdated with .uplugin files are modified

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 15, 2015

.uplugin files define module dependencies, and if new modules are added, the Makefile needs to be regenerated. --Mike ...

Viewport focus is not updated when the mouse leaves the current window.

Tools - Oct 14, 2015

The viewport focus does not return false when the mouse leaves the screen and clicks somewhere else. ...

VC Runtime not in UnrealLightmass temp directory; causing lightmass build errors

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 14, 2015

A Redistribute file for VS 2015 is needed to build lightmass, but this is not currently included with the engine. If a user does not have VS 2015 installed, lightmass will fail with this error: Un ...

NotBoolean node is broken in specific projects for State Machine Transitions

OLD - Anim - Oct 14, 2015

In the attached project, you'll find the NewChar_AnimBP. In the state machine, there is a "NotBoolean" node in the JumpingToFallingLoop transition that appears to be broken. At first, the NotBoo ...

Physics actor attached during runtime doesn't have proper collision

UE - Gameplay - Oct 14, 2015

Physics actor attached during runtime doesn't have proper collision User Description: It seems that the "Weld Simulated Bodies" option on the AttachToActor function (same with AttachActorToActor) ...