CharacterMovementComponent::ApplyRepulsionForce uses the BodyIndex incorrectly as a bone index

UE - Simulation - Physics - Oct 5, 2015

The code to extract the FBodyInstance from the overlapping component is incorrectly interpreting the Overlap.BodyIndex as a BoneIndex. This results in incorrect bodies getting the force applied, as ...

Switch on Gameplay Tag does not correctly register tag alterations in Standalone game

UE - Gameplay - Blueprint - Oct 5, 2015

Switch on Gameplay Tag does not acknowledge changes to Gameplay Tag variable in Standalone game. ...

Enabling 'Expand Configuration Menus' removes Plug-Ins from Edit dropdown

Tools - Oct 5, 2015

The PlugIns menu item under Edit will disappear if 'Expand Configuration Menus' is set to true. PlugIns still visible under Settings. [Image Removed] ...

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

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

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

Class Defaults do not show Texture variables when called from other blueprints

UE - Gameplay - Blueprint - Sep 30, 2015

If class defaults are accessed in an actor blueprint from another blueprint, texture variables will not appear in the class defaults list on the "Get Class Defaults" node. ...

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