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

Cannot convert procedural mesh to static mesh with only 3 verticies

OLD - Anim - Feb 23, 2017

It is not possible to use the Create StaticMesh button to create a Static Mesh from a Procedural Mesh with only 3 verts. The following if check is the reason:if (RawMesh.VertexPositions.Num() > 3 && ...

Some components duplicated by Sequence Recorder

UE - Anim - Sequencer - Feb 23, 2017

Some components duplicated by Sequence Recorder Regression: YES Worked: 3249277 (4.14.3) Broken: 3299760 (4.15.0) ...

Incorrect collision on Instanced Static Mesh components that have been non-uniformly scaled and rotated

OLD - Anim - Feb 22, 2017

Incorrect collision on Instanced Static Mesh components that have been non-uniformly scaled and rotated. User Description: I have been experiencing a very annoying bug and I finally decided to tr ...

FAssetRegistry::SaveRegistryData fails check on redirected umaps

Tools - Feb 22, 2017

When FAssetRegistry::SaveRegistryData() is invoked for a umap redirector it will fail the check check(!bIsMap || (InDependencyType == EAssetRegistryDependencyType::Soft)); Because the redirector ...

Crash When Trying to Draw a Material to a Render Target where Source Material is using AlphaComposite + Unlit Mode

UE - Graphics Features - Feb 22, 2017

The issue occurs when trying to Draw a Material to a Render Target where the source material is using AlphaComposite + Unlit mode. This is an attempt at the solution proposed by Ryan Brucks to allow ...

Crash due to D3D device being lost. (Error: 0x887A0006 - 'HUNG')

UE - Graphics Features - Feb 22, 2017

This JIRA has been made to consolidate all "D3D device being lost. (Error: 0x887A0006 - 'HUNG')" crashes into one. Previous Jira tickets include:[Link Removed][Link Removed][Link Removed][Link Remo ...

Raw Input device not registered after startup

UE - Gameplay - Input - Feb 22, 2017

If a raw input device is connected to the computer after starting the editor/packaged game, the device is not registered and input is not received unless the editor/game is closed and then restarted ...

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

Importing skeletal mesh with LODs and uniform scaling results in multiplicative scale per additional LOD

Tools - Feb 22, 2017

Here's a quick chart showing the current multiplicative pyramid style scaling that's occurring.Import ScalingLOD0LOD1LOD2LOD32.0248160.50.50.250.1250.06255.0525125625 ...