Matinee doesn't display animated SkeletalMesh if its origin is out of view

UE - Anim - Sequencer - Jan 23, 2015

From 8/17/16 Tools sync: This is probably also happening in Sequencer. Think Sequencer should just auto-set this flag. ----------------------------------- If a SkeletalMesh actor is placed beyond v ...

.ini files for packaged games have their settings wiped clean every time the game is run.

The settings .ini files for games packaged for windows appear to be getting overwritten with blank files whenever the game is run. Even if settings are added to the .ini files manually, the files be ...

If one or more elements are set in the SensesConfig property of an AIController class containing the AIPerceptionComponent, the elements are reset to None when the Blueprint is compiled.

UE - Gameplay - Blueprint - Jan 22, 2015

After adding an AIPerceptionComponent to a custom AIController class, any elements added to the SensesConfig array are reset to None when the Blueprint is compiled. This is related to [Link Removed ...

Lens Flare and Bloom do not work for local multiplayer

UE - Graphics Features - Jan 22, 2015

Using a post process volume with lens flare and a bloom enabled do not appear functional in split-screen multiplayer. Other selections in the PPV work as intended (ie. Fringe, Ambient occlusion). ...

A camera set to Orthographic projection mode with a negative Ortho Width will crash the editor on PIE

UE - Graphics Features - Jan 22, 2015

A camera set to Orthographic projection mode with a negative Ortho Width will crash the editor on PIE. Reproduced in Main (CL-2412886) Crash Report: [Link Removed] Call Stack:<unknown module>! UE ...

There is no way to add a value to an Actor variable in a Data Table

UE - Gameplay - Blueprint - Jan 21, 2015

There is no way to add a value to an Actor variable in a Data Table. Currently, Structs accept Actor as a variable type, though no default value can be set. If a Data Table is made from a Struct wit ...

Having lots of SpeedTrees loaded in/out/in with level streaming causes crash with Standalone game

UE - Foundation - Core - Jan 21, 2015

Description: When using lots of static meshes placed in the scene and using level streaming to switch levels out can cause standalone game to crash while loading the map back in. For example, if you ...

Thumbnails for child blueprint are not updated after changing a component in child blueprint

UE - Editor - Content Pipeline - Content Browser - Jan 21, 2015

Thumbnails for child blueprint are not updated after changing a component in child blueprint ...

Using Blueprint Interface functions that take other Interfaces as parameters can cause the Editor to crash in PIE mode.

UE - Gameplay - Blueprint - Jan 20, 2015

If a Blueprint Interface function takes other Interfaces as parameters, and a circular dependency is present, the Editor will crash when the interface is called. CRASH REPORT: [Link Removed] CALLS ...

Sprites don't initialize PixelsPerUnrealUnit in cooked builds, causing invalid values for GetSocketLocation, etc... for assets that have Pixels/uu of 2.56

UE - Gameplay - Paper2D - Jan 20, 2015

In this user's project, playing in Launched or Packaged games causes the Get Socket Location to return an unusual report when used during a flipbook animation. Instead of a normal vector, the Print ...