Pawn in first person template is facing the wrong direction when playing in viewport

UE - Gameplay - Sep 30, 2016

In the first person template, when playing in viewport, the player starts facing in the opposite direction from where the in-level pawn is facing before PIE. So far, I can only reproduce the issue ...

Compile error packaging for iOS and tvOS from Windows

UE - Platform - Mobile - Sep 29, 2016

Following error is displayed in the output log when trying to compile for tvOS:LogPlayLevel: UnrealBuildTool: In file included from /Users/engineqa/UE4/Builds/RDU-WD-7313/D/Build/joseph.wysosky_Main ...

Crash saving a destructible mesh after creating it from static mesh

UE - Simulation - Physics - Destruction - Sep 29, 2016

Crash occurs when saving a destructible mesh after creating it from a static mesh. ...

Editor Crashes When Undoing Paint Mode Selections

Tools - Sep 29, 2016

Attempting to use the paint mode tool on meshes in the level and then undo/redo the changes will cause the editor to crash. ...

Exporting Alembic Skeletal mesh from UE4 to FBX causes a crash

Exporting an alembic skeletal mesh that has been imported and then exporting it to FBX using the asset actions options will cause a crash. Tested with: Crash - 4.13.0 Binary CL-3106830 Crash - 4.1 ...

MOBILE PACKAGING WIZARD cannot locate maps if the project is placed in the default path.

Tools - Sep 29, 2016

MOBILE PACKAGING WIZARD cannot find maps when the project's path is located in the default path (C:\Users\User.Account\Documents\Unreal Projects) ...

Need to update to libpng for Android; current one triggers security alert on Google Play

UE - Platform - Mobile - Sep 28, 2016

We are using libpng 1.5.2 which is triggering this alert from Google on Android apps: [Link Removed] Need to update the library. ...

Cannot save actor after actor component modification, Graph is linked to private object(s) in an external package

UE - Gameplay - Blueprint - Sep 28, 2016

Cannot save actor after actor component modification. The user gets the error Graph is linked to private object(s) in an external package ...

Editor Preferences 'Enable Sound' option causes Real Time Audio to Stop Working after PIE

UE - Audio - Sep 28, 2016

Real Time Audio stops playing sounds after exiting PIE with the 'Enable Sound' option disabled. The tooltip states, "Whether to play sounds while in a Play in Editor session." This setting does no ...

SubInstance AnimInstances may not be updated in all necessary places inside SkeletalMeshComponent

OLD - Anim - Sep 28, 2016

After scanning through SkeletalMeshComponent, it looks like there are several places where AnimInstance is updated but SubInstances are not. This can potentially cause states to get out of sync, and ...