Splitscreen causes a crash when a 3D widget is added to the level

UE - Editor - UI Systems - Jan 16, 2015

If there is a 3D widget in the level when a player is added via split screen, the editor will crash. ...

Landscape Tool crashes on Layer Import

UE - LD & Modeling - Terrain - Landscape - Mar 12, 2020

The heightmap and weightmaps were created using Terresculptor, and exported in the correct format. If you import everything except the layermaps, the landscape is generated and the layers can be pai ...

[CrashReport] Crash When Enabling OSVR Plugin

UE - Platform - XR - May 11, 2016

The editor is crashing when the OSVR plugin is enabled. Error Message: Unknown exception - code c06d007e (first/second chance not available) Source Context: 465 // Assign the already load ...

Crash clicking on the Reload button in the Modules window

UE - Foundation - Core - Jun 5, 2017

Editor is crashing when clicking on the reload button within the modules window of the editor. This also occurs in 4.16 so not a regression. ...

Fullscreen Editor Crash when setting both IndexBuffers to False

UE - Graphics Features - Jul 22, 2019

When setting both IndexBuffers to False the Editor will crash when attempting to use Fullscreen mode with F11. ...

Displaying Revision control history for a file ending in an "undo" of a revision can cause a crash

UE - Editor - Workflow Systems - Jun 18, 2024

This crash is caused by how source control history is managed and shown. In this specific case the source control software is Perforce. As written in the repro steps, it can happen to any uasset tha ...

Editor Crashes When Reloading Textures in Debug Tools

UE - Editor - UI Systems - Slate - Apr 11, 2016

Crash occurs while Playing in Editor and debugging by reloading textures. Occurs for both Mac and PC. Regression: Does not occur in UE4.10 testing on Match 3 ...

Crash when simulating in editor with a landscape actor selected

UE - LD & Modeling - Terrain - Landscape - Aug 8, 2016

The editor is crashing when clicking on a landscape actor in the viewport while simulating or when having a landscape actor selected and simulating. ...

Crash when destroying a geometry collection actor

UE - Simulation - Physics - Aug 7, 2020

When an actor with geometry collection is destroyed, the engine doesn't remove elements from array in the ChaosSolver So illegal references occurs. Removing element with following quick fix code ...