Attempting to set skeletal mesh on vehicle blueprint during PIE crashes editor

UE - Simulation - Physics - Feb 8, 2016

Switching the skeletal mesh of an actor during PIE crashes the editor. Frequency: 5/5 Crashreporter: N/A ...

Compiling multiple projects with DebugGame will cause subsequent builds to fail

UE - Foundation - Cpp Tools - UnrealBuildTool - Feb 8, 2016

If two projects are both built using the DebugGame solution configuration, the first project will fail to compile in DebugGame again due to Unresolved External errors. It seems when DebugGame is co ...

Broken foot rotations on Jog_Lt_Rifle animation in Anim Starter Pack

Docs - Samples - Feb 8, 2016

The feet are broken on Jog_Lt_Rifle animation in the AnimStarter Pack User says that this Animation also doesn't loop very well...and while he does kind of jerk his body a bit on the loop, I don't ...

Popups are causing a hang

UE - Platform - Mobile - Feb 8, 2016

Users are reporting that a system pop up such as a timer or low memory is causing a hang and crash. ...

Packaging fails after changing from Dynamic to Static Nav Mesh Runtime Generation

UE - AI - Feb 8, 2016

If you package with Runtime Generation set to Dynamic and then switch to Static and attempt to repackage, the packaging will fail with the following error message.[2016.02.08-16.18.14:511][217]MainF ...

Setting a subcategory in a UPROPERTY does not display properly in associated blueprint's Details tab

Tools - Feb 8, 2016

When using the "|" operator to separate "Category | Subcategory" inside a UPROPERTY, a blueprint based on the class will show Category | Subcategory AS the category name instead of listing a categor ...

Macro Inputs and Outputs cannot use ECollisionEnabled Enum as a variable type

UE - Gameplay - Feb 7, 2016

Macro Inputs and Outputs cannot use ECollisionEnabled Enum as a variable type. ECollisionChannel and ECollisionResponse are available. ...

Input Action Events are not included in the list of overrideable functions in the My Blueprints tab

UE - Gameplay - Blueprint - Feb 5, 2016

Input Action Events are not included in the list of overrideable functions in the My Blueprints tab. Reproduced in Actor Blueprints and Player Controller Blueprints. This is a regression: overridin ...

Content ordering for assets with full numeric names.

UE - Editor - Content Pipeline - Content Browser - Feb 5, 2016

Content files that are labeled with both text and numeric values sort correctly, but files containing only numbers, don't share this behavior and end up with weird sorting order. MyMat_20, MyMat_20 ...

Object Orientation does not allow for Instance calculations when passed through Vertex Shader

UE - Graphics Features - Feb 5, 2016

When placed in a vertex shader portion of a material the Object Position calculates correctly for each instance of a instance static mesh. In the same setup, Object Orientation calculates only the ...