VR Preview Crash when using split screen

UE - Platform - XR - Jun 3, 2016

If the user tries to use split screen in the editor along with VR preview, the editor will crash ...

Animation System relies on FindFunctionByName which is not thread safe.

OLD - Anim - Mar 29, 2017

Currently, there are several places in FAnimInstanceProxy and FAnimNode_Base (and derived classes) that rely on FindFunctionByName in order to resolve transitions, evaluate pins, etc. This can happ ...

~FStaticMesh() can crash with race condition

UE - Graphics Features - Mar 21, 2017

UDN user reported frequent crashes in FStaticMesh::~FStaticMesh() on DrawListLinks[i]->Remove(false); Crash went away after adding critical sections to FStaticMesh::LinkDrawList(), FStaticMesh::Unl ...

Linux crash on Import

UE - Platform - Linux - Jun 2, 2016

Attempting to import content into a project causes the editor to crash on Linux ...

Crash attempting to force delete a duplicate skeletal mesh while in Paint Mode

OLD - Anim - May 17, 2017

The editor crashes when you Force Delete the vertex painted asset in the viewport from the content browser. This was not a feature in 4.15 therefore not a regression This also happens in 4.17 - f ...

Crash occurs after pausing and unpausing cinematic after restart level

UE - Platform - Apple - Oct 10, 2016

This was tested on Windows the crash does not occur. This crash also occurs on Matinee cinematic as well, but only when you ~ quit the standalone game. ...

PhysX crash when SetMaterial is called

UE - Simulation - Physics - Mar 14, 2016

When provided sample project is run in PIE, crash occurs after call to SetMaterial() is made in code. Downloadable Project: [Link Removed] CrashReporter: [Link Removed] ...