Dynamic Shadows are not working when deployed to a mobile device

UE - Platform - Mobile - Dec 22, 2014

When deploying a Third Person Template project to a Mobile device, there will be no dynamic shadows in the level coming from the character. Shadows are shown in 4.6.1 but not in the changelist provi ...

Opening or Creating a Material with SubSurface Profile will Crash Editor with LPV enabled

UE - Graphics Features - Dec 22, 2014

After enabling Light Propagation Volumes with the console variable r.LightPropogationVolume=1, opening or creating a material with the subsurface profile model will crash the editor. Broken in 4.6. ...

The first time OnConstruction is called after duplication the Actor still has default class values

UE - Gameplay - Blueprint - Dec 18, 2014

A Blueprint derived from a custom Actor class resets its variables to their default values when the Actor is duplicated, even if the actor being duplicated has a different value for that variable. T ...

Setting linear dampening during runtime via the event graph does not work for separated chunks

UE - Simulation - Physics - Destruction - Dec 18, 2014

DESCRIPTION: When using a DM in blueprints and setting the linear dampening in the event graph the DM will honor the linear dampening but the chunks as they break off will not. Setting the mesh to ...

"Fix root motion initial rotation handling" commit breaks root motion completely

OLD - Anim - Dec 18, 2014

Enabling and processing root motion causes animation to rotate the wrong direction. Roll instead of Yaw. Pitch instead of roll etc. This error does not occur in UE 4.6. ...

Adding a Local Variable to a blueprint Construction Script will cause a crash

UE - Gameplay - Blueprint - Dec 18, 2014

Adding a Local Variable to a blueprint Construction Script will cause a crash ...

Internal Compile error received from rearranging Format Text nodes

UE - Gameplay - Blueprint - Dec 18, 2014

Internal Compile error received from rearranging Format Text nodes Output Log of Error: LogBlueprint:Error: [compiler] Error Internal compiler error inside CreateExecutionSchedule (site 2); please ...

Objects parented to a Destructible Mesh within a bp will not follow if the DM is simulating physics

UE - Simulation - Physics - Destruction - Dec 17, 2014

Objects parented to a Destructible Mesh within a bp will not follow if the DM is simulating physics. ...

Shape components have a Shape Material property that is never displayed

UE - Gameplay - Dec 17, 2014

Blueprint Shape components have a Shape Material property that can be set in its Details or via Get and Set functions in the Event Graph. These are never displayed in the viewport or during runtime ...

Infinite loop error message does not help and spawns too many messages

UE - Gameplay - Blueprint - Dec 17, 2014

The infinite loop reporter is reporting every infinite loop by popping up a window for each problem loop. So if you have an actor with 3 loops that trigger the infinite loop error and then you have ...