Dedicated Server crashes when client connects in particular circumstances

UE - Networking - Jun 9, 2016

Running a dedicated server with the setup in this fairly simply project causes a crash when a client connects. I'm unaware of the actual cause but getting the reproduction was all I could do. Logs ...

Spawn Actor From Class Multiplying Transform Scale By Original Object Scale

UE - Gameplay - Jun 9, 2016

When using the Spawn Actor from Class node, the Spawn Transform Scale is being multiplied by the actor's original scale, instead of just setting the scale to the Spawn Transform's value. In 4.11.2, ...

Character Using Move to Location or Actor Stutters

UE - AI - Jun 9, 2016

Characters using Move to Location or Actor will briefly pause with each few steps during their movement. This did not occur in 4.11.2 binary, this is a regression. Found in 4.12.1 binary. Reproduc ...

CrashReporter Client has no options to close without sending

UE - Foundation - Core - CrashReportClient - Jun 9, 2016

The options to close the CrashReporter window without submitting the crash report are no longer available. I suspect this was an intentional change for Paragon ([Link Removed]), however this is not ...

Material Compile Error [SM5]

UE - Graphics Features - Jun 8, 2016

There is an material compile error when using a TexCoord node shared between two Texture samples. The user provided a number of ways to work around the issue, but this issue becomes more problemati ...

Create Comment from Selection Option Not Working in Behavior Tree

Tools - Jun 8, 2016

In a behavior tree, while having multiple nodes selected, using the Create Comment from Selection option does not create a comment box as expected. Found in 4.12.1 binary. Reproduced in 4.11.2 bina ...

Crash When Copying Comment Box from a Blueprint to a Behavior Tree

UE - AI - Jun 8, 2016

The editor crashes when pasting a comment box from a blueprint into a behavior tree. Found in 4.12.1 binary. Reproduced in 4.11.2 binary and Main CL 3005971 Source Context94 95 fo ...

Tracks don't reset to default actor state when "Active" is disabled

UE - Anim - Sequencer - Jun 8, 2016

Tracks don't reset to default actor state when "Active" is disabled Tags: inactive Sequencer ...

Motion Blur Appears Exaggerated with Planar Reflection Actor in Level and Accurate Velocities Setting Enabled

UE - Graphics Features - Jun 8, 2016

Motion blur seems exaggerated with a Planar Reflection Actor placed in the Level and the Support Accurate Velocities from Vertex Deformation setting enabled. I am assuming this is happening becaus ...

AnimNotify does not register when used in code

OLD - Anim - Jun 7, 2016

NotifyQueue.AnimNotifies Does not register the notifies set in the editor. EX: NotifyQueue.AnimNotifies.Num() will always return 0 even when notifies are set ...