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

Draw Material to Render Target renders black in Standalone

UE - Graphics Features - Sep 28, 2016

The 'Draw Material to Render Target' in blueprints renders black when launched in Standalone. This is not the case when using the same blueprint and running PIE. The interesting thing about this is ...

Crash when garbage collecting a deleted AudioVolume

UE - Audio - Sep 28, 2016

It appears that the actor isn't properly destroyed until the exit, despite being deleted. By that time, the root component (the brush) has already been destroyed, thus when it's accessed in AAudioVo ...

When using "Meta = (MakeEditWidget = true)" for a UPROPERTY, edits in blueprint defaults are not reflected unless Editable when Inherited is false

UE - Gameplay - Blueprint - Sep 28, 2016

The widget diamond created when using MakeEditWidget does not update the transform of a placed instance unless Editable When Inherited is false. This appears to relate to the blueprint settings, wh ...

NavMesh movement sweep behavior should not be based on bGenerateOverlaps

UE - Gameplay - Player Movement - Sep 28, 2016

A separate new flag should be used to control the sweep behavior of characters using Nav Walking behavior in CharacterMovementComponent. Existing assets should upgrade to set the value of this new f ...

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

File->Open Level does not follow the same procedures as opening a level through the content browser

Tools - Sep 28, 2016

Loading a level through the content browser and File->Open Level do not have the same behavior. ...

Keyboard input appears to be ignored when trying to input text in to a widget component

UE - Editor - UI Systems - Sep 28, 2016

Keyboard input appears to be ignored when trying to input text in to a widget component. The text box does not accept any keys being pressed. ...

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