Child Actor component is duplicated in Standalone Game

UE - Gameplay - Jan 12, 2017

Child Actor component is duplicated in Standalone Game. No other play modes or packaged game are affected. The additional actor will disappear after 1 minute. *This is a regression: Doesn't occur ...

"Too many texture coordinate sets" warnings in KiteDemo

UE - Graphics Features - Jan 17, 2017

Full set of warnings:LogShaderCompilers:Warning: Failed to compile Material /Game/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Leaves_Mat.HillTree_01_Leaves_Mat for platform PCD3D_SM5, Defaul ...

Crash when manipulating Bone Space IK before setting EffectorSpaceBoneName

UE - Anim - Rigging - Feb 9, 2017

Error message: Assertion failed: Pose.IsValidIndex(BoneIndex) [Link Removed] [Line: 528] Source Context: 513 const FTransform& ParentTransform = GetComponentSpaceTransform(ParentIndex); ...

Scene Depth appears to return zero on iOS

UE - Platform - Mobile - Feb 13, 2017

Scene Depth appears to return zero on iOS. In this test the material applied to an image does not appear to lerp between 0 and 1 for the various objects in the scene, implying that the Scene depth ...

Engine Crashes When Previewing ES3_1 With Material Using World Position Offset (Need Custom Stencil)

UE - Platform - Mobile - Feb 15, 2017

This crash will only occur when this criteria is met.You have enabled custom depth with stencils in the project settingsA mesh in the scene is rendering to custom depth with a stencil value of 1The ...

Print String node will stop printing to the screen if PIE is exited while Gameplay Debugger is active

UE - Gameplay - Feb 15, 2017

Print String node will stop printing to the screen if PIE is exited while Gameplay Debugger is active. Restarting the editor fixes the issue. ...

Crash when editing gameplay tag query in a structure

UE - Gameplay - Blueprint - Feb 20, 2017

When I try to edit Gameplay tag query in a blueprint structure the editor crashes. Regression: No. This issue affects versions: 4.15, 4.14.3, 4.13.2 (Binary Versions) ...

The number of elements in an array remain the same as the default when duplicating an actor

UE - Gameplay - Blueprint - Feb 22, 2017

If a user removes elements from an array in an instance of that blueprint in the level and then duplicates the actor (in the level ) containing the array, then the resulting actor will have the orig ...

Crash when saving a Data Table that is referencing itself in a Data Table Row Handle

Tools - Feb 23, 2017

Crash when saving a Data Table that is referencing itself in a Data Table Row Handle. Reopening the project also causes a crash. *Regression: Yes This was fixed and working in 4.13-3037605 This i ...

Is Fullscreen Mode Dirty always returns true for Windowed Fullscreen

Tools - Feb 27, 2017

Is FullscreenMode Dirty is meant to track if the Fullscreen mode has changed from what it is currently set to. This does not function correctly for Windowed Fullscreen and always prints true even if ...