Distance Field Artifact with Point/Spot Lights with Mesh scaled to 0 on XYZ

UE - Graphics Features - Apr 30, 2015

When using a Spot/Point Light with Distance Fields enabled and a mesh that is scaled to 0 on the XYZ will result in artifacts. ...

Creating a class derived from Trigger Base or its subclasses fails in editor

UE - Gameplay - Apr 30, 2015

Attempting to create a class with the parent set to Trigger Base, Trigger Box, Trigger Capsule, or Trigger Sphere will fail to create the class ...

IgnoreActorWhenMoving node doesn't work if the actor variable is set per instance

UE - Gameplay - Apr 30, 2015

IgnoreActorWhenMoving node doesn't work if the actor variable is set per instance. ...

A Mesh that is attached to a skeletal mesh by a Socket will not accurately follow when transitioning from animation to ragdoll

UE - Gameplay - Apr 29, 2015

A Mesh that is attached to a skeletal mesh by a Socket will not accurately follow when transitioning from animation to ragdoll. This is potentially due to the Frame Delay that the engine uses. ...

Lighting does not properly affect landscapes under another landscape, even if Static Lighting Resolution is increased

UE - LD & Modeling - Terrain - Landscape - Apr 29, 2015

Lighting does not properly affect landscapes that are below another landscape, even after static lighting resolution is increased. This results in some areas that should be completely shadowed to ha ...

Property editing of FName properties doesn't restrict their length

Tools - Apr 29, 2015

We likely have several places in the editor that convert text taken from an editable text into an FName without ensuring that the string will fit into an FName. This can lead to editor crashes. One ...

While using an Actor Component, Simulate Physics cannot be toggled with a Click Event if Substepping is enabled

UE - Simulation - Physics - Apr 29, 2015

While using an Actor Component, Simulate Physics cannot be toggled with a Click Event if Substepping is enabled. If Substepping is off, everything works fine. This seems to only happen if an Actor ...

Cannot hide most Blueprint categories from the Class Settings

UE - Gameplay - Blueprint - Apr 29, 2015

Cannot hide most Blueprint categories from the Class Settings of a bp. x = Cannot hide Actor - Hid-able Add Component - x Add Event - x AI - x Animation - Hid-able Audio - Hid-able Canvas Render T ...

FVoiceSerializeHelper doesn't add references to AudioComponent instances

UE - Networking - Apr 28, 2015

"FVoiceSerializeHelper doesn't add references to AudioComponent instances" ShooterGame crashes when following the repro steps provided by the licensee, listed below and on the UDN post. Crash image ...

Editor fails to create WebSocketNetDriver class

UE - Networking - Apr 28, 2015

When the Experimental HTML5 Networking Plugin is enable in the editor it allows for C++ classes with the WebSocketNetDriver parent to be created. Creating a C++ class of this type fails in the edit ...