Behavior tree execution stuck when aborting a latent task from abandoned subtree

UE - AI - Oct 5, 2015

Aborting instance (subtree) needs to be stored and ticked. ...

Edits of node properties that are not stored on pins do not diff correctly

UE - Gameplay - Blueprint Editor - Oct 2, 2015

Currently details changes to the following are not noticed by the Diff tool when diffing AnimBPs:State Machines (i.e. Max transitions per frame)Transition rulesConduitsStates This also affects non- ...

Canceling the Color Picker while modifying Curve Editor colors Moves Transforms Curves

If the user presses 'Cancel' when modifying colors using the Color Picker within the Curve Editor, the curves points are all transformed. Issue is reproducible in the below engine versions: 4.8.3 - ...

Sounds Triggered on Android playback 3 times in quick Succession

UE - Audio - Oct 1, 2015

Users are reporting that when playing sounds in projects deployed to their Android Devices, the playback is triggered three times in quick succession. There are known work arounds to this issue, li ...

Morph Targets flicker Randomly in Slave Mesh

OLD - Anim - Oct 1, 2015

When a mesh is slave to a master mesh, its morph targets will flicker when Played in Editor. This does not occure with the same assets in 4.8. This has been reported by at least two different use ...

UE4: Anim: SlotNames appear in duplicates

OLD - Anim - Sep 30, 2015

Slot Node Names are supposed to be unique, but something broke where now we see many duplicates of the same Slot Names, even across different SlotGroups. ​ ...

Lower volume settings often start at the max original volume level

UE - Platform - Mobile - Sep 30, 2015

Lower volume sounds often start off at the original volume level for a second. I tested this on Android and iOS. Only the Android device showed this type of behavior. ...

default values on a Make Struct pin that has been removed are incorrect

UE - Gameplay - Blueprint - Sep 30, 2015

If a user creates a struct, uses a Make Struct node, removes a member from the struct, and then adds the value back in the value will not always be correct. ...

In-app purchase fail node does not execute properly without network connection

UE - Platform - Mobile - Sep 30, 2015

In-app purchase failure nodes do not execute when there isn't any connection. ...

promoting a variable to a local variable in another blueprint creates compile error.

UE - Gameplay - Blueprint - Sep 30, 2015

If a local variable set variable is copied/pasted over to a second blueprint and the input pin is promoted to a local variable, compiling the blueprint will cause a compile error to appear until the ...