Vehicle Template Gears incorrectly affect gear shift speed

UE - Gameplay - Feb 8, 2016

Changing the Up Ratio of a vehicle movement component incorrectly alters gear shifting. For example, setting the ratio for Gear 3 to 1.0 will keep the vehicle from shifting to gear 2, etc. ...

Switch Skeletal Mesh node crashes the editor if the blueprint is compiled.

OLD - Anim - Feb 8, 2016

Switch Skeletal Mesh node crashes the editor if the blueprint is compiled after changing the mesh being called on node. Frequency: 3/3 CrashReporter: N/A NOTE: tied to [Link Removed], however on ...

Generate Project Files is not automatically run after Switch Unreal Engine Version on Mac

UE - Foundation - Core - Feb 8, 2016

When converting a project to a different version of the engine, the GenerateProjectFiles.command process is not ran as it would be on Windows with GenerateProjectFiles.bat. This can cause issues, es ...

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 ...

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 ...

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 ...

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 ...

Foliage / Instanced mesh components triggering many overlap events

UE - World Creation - Worldbuilding Tools - Foliage - Feb 5, 2016

When a player pawn overlaps a foliage/instanced mesh component, it triggers repeated begin/end overlap events on the foliage actor even when the player barely moves. ...