Changing the mobility of an actor attached to a Skeletal Mesh in the level will change the mobility of the skeletal mesh

UE - Gameplay - Feb 16, 2016

Items attached to the Skeletal Mesh in the World Outliner can alter the Mobility of the Skeletal Mesh. Licensee specifically does not want to have any automated changes to asset mobility to happen ...

AddChildActorComponent in Construction Script Causes Pending Kill Error

UE - Gameplay - Blueprint - Feb 16, 2016

When using AddChildActorComponent in the construction script of an actor and attempting to get a reference to the child actor that is stored in a variable on Event Begin Play, the editor throws erro ...

Skeletal Mesh Imported Normals do not update correctly

UE - Graphics Features - Feb 12, 2016

When importing a skeletal mesh there is an issue where the normals of the face do not update with the faces of the inside of the book as it opens. This can cause a noticeable shadow issue, which cou ...

An Actor Reference will reset to a None when referencing a ChildActor

UE - Gameplay - Feb 11, 2016

A blueprint with an Actor Reference will reset to a None value on compile or stopping PIE User Description: We have come across a bug with the editor regarding setting direct references to child a ...

Get World Delta Seconds Not Pausing When Hitting a Breakpoint

UE - Gameplay - Blueprint - Feb 11, 2016

When debugging a blueprint using breakpoints, if you click the Resume button while you have Get World Delta Seconds running on tick, it will always return a maximum clamped value of .4 seconds (or l ...

TRACKS: Icons occluded when track/actor name is longer than the panel

UE - Anim - Sequencer - Feb 11, 2016

Icons are being occluded when you shrink the actor panel in Sequencer. The expected behavior from the rest of the editor is to prioritize the functional UI elements [Image Removed] ...

DOF effect set with negative near transition region causes Massive FPS loss moving into Focal Region

UE - Graphics Features - Feb 11, 2016

With a Bokeh DOF setup that essentially places the Near Transition Region into a Negative Space (or non-existence) the FPS drops dramatically from out of focus region to in focus region. In Focal R ...

SceneCapture2D Components when referenced on screen by UI widget will cause massive screen flickering in Standalone, Launched or Packaged Game

UE - Graphics Features - Feb 10, 2016

When a SceneCapture2D actor is added as a Component to a Blueprint actor and the Render Target is assigned to a UI component in the level, the screen flickers at a rapid pace. The effect is slightl ...

Setting location of Child Actor inside of OnConstruct causes the ChildActor to leave behind non-referenced instances

UE - Gameplay - Feb 10, 2016

If the ChildActorComponent on a mesh is attached to a component and then has its location set in the OnConstruct function, it'll leave behind non-referenced instances of itself. This is most apparen ...

Crash When Compiling Child Blueprint Containing a Custom Event with the Same Name as its Parent's Event

UE - Gameplay - Blueprint - Feb 10, 2016

Having a child blueprint that contains a custom event with the same name as a custom even that it is calling from its parent causes the editor to crash when attempting to compile the original parent ...