Blendspace Animation Lag for Morph Targets

OLD - Anim - Sep 11, 2015

Blendspace animations of morph targets play at a slightly but noticably different rate between the 4.8 and 4.9 version of the UE4. ...

Refraction not working for some Android devices

UE - Platform - Mobile - Sep 11, 2015

Refraction does not work correctly on some Android devices however it works within the mobile previewer, and on iOS devices. Not working on: 5056_GalaxyS5 SM-G900H (ARM Mali-T628 MP6; 4.4.2) Worki ...

Start Up Movies Require Click when Finished to Open Level

Tools - Sep 11, 2015

After a Start Up movie has completed playing, the initial default map will not load until the user clicks the mouse. The option to 'Wait for Movies to Complete' is checked which will force the user ...

Removing BlueprintReadWrite from a UPROPERTY declaration doesn't make existing nodes invalid

UE - Gameplay - Blueprint Compiler - Sep 11, 2015

Blueprint nodes that exist as a result of the UPROPERTY() macro don't get disabled once the "BlueprintReadWrite" or "BlueprintReadOnly" is removed as a parameter in the UPROPERTY() macro. The nodes ...

A pawn with collision set to overlap does not spawn inside a blocking volume with collision set to block.

UE - Gameplay - Sep 10, 2015

When attempting to spawn a pawn (with collision set to overlap) inside a blocking volume (with collision set to block), the pawn will actually spawn at the closest available point outside of the blo ...

changing localization does not change text in PIE

Tools - Sep 10, 2015

When switching localization for testing, text does not change language in PIE. ...

GetRefBonePose doesn't return the correct location if the mesh has been switched to another mesh of the same skeleton

OLD - Anim - Sep 10, 2015

When using GetRefBonePose() on a USkeletalMesh's RefSkeleton, the given location is incorrect if the SkeletalMesh has been changed from one to another where both meshes share the same skeleton. Als ...

Refraction not calculated when using Material Property Overrides Blend Mode

UE - Graphics Features - Sep 10, 2015

Found in the process of replicating the linked Answerhub. When an opaque material is setup as a master material with the intent to have an Opaque and Translucent version, the material instance will ...

Custom Events on an Actor Blutility with input parameters passes in garbage

UE - Gameplay - Blueprint - Sep 10, 2015

Custom Events with parameters in an Actor Blutility pass in garbage instead of reading the default value set. Tested in 4.21.2 (CL - 4753647), 4.22 (CL - 5660361), 4.23 (CL - 5755712) ...

Using the "Set array Elem" node to set the element of an array that is a structure (who's member is an array) that exists within an array will not set the element

UE - Gameplay - Blueprint - Sep 10, 2015

A user has made an array of arrays by creating a structure that has a member that is an array. When trying to set a member of the array that is within the array, the "Set Array Elem" node does not w ...