Oculus Hand Components trigger a crash when Hand Tracking Support is changed

UE - Platform - XR - May 9, 2022

Oculus Hand Components trigger a crash while playing in editor when Hand Tracking Support is changed to Hands Only. ...

[CrashReport] Crash on Mac - UE4Editor-Slate.dylib!FTextLayout::GetAsTextAndOffsets()

UE - Platform - Apple - Jul 17, 2017

This is a common crash occurring for Mac users on the 4.17 Preview, and a few cases in 4.16. I have been unable to find any matching reports of this crash on Windows. There is a slight variation in ...

Crash when saving a World Partition map that contains a PCG Volume

UE - World Creation - Procedural Tools - Aug 15, 2023

This is a regression. Tested in //UE5/Release-5.2 CL26001984 The editor crashes with an assertion after saving a World Partition enabled level with a landscape that contains a PCG Volume. ...

Bridge plugin causing crash when right-clicking content browser on Mac

Quixel - Apr 5, 2023

Right clicking in the content browser causes a crash with the Quixel Bridge plugin enabled.  This issue is occurring in Binary //UE5/Release-5.2-Preview-2 @ CL 24887336 This issue is not occurring ...

Crash Generating Proxy Meshes after replacing static meshes in the level

UE - World Creation - Worldbuilding Tools - HLOD - Nov 17, 2016

Crash occurs when the user attempts to build HLOD after replacing the static meshes in the level with another set of static meshes. Couldn't reproduce this with just any mesh replacing the meshes. ...

Hot Reload crash with Scene Component tied to Actor class

UE - Foundation - Core - Feb 19, 2015

After creating a Scene Component code class and an Actor code class, creating a reference to the SceneComponent in the Actor class constructor will cause a crash on hot reload in the editor. ...

Editor crashes when selecting compile after copying a Custom event to another blueprint

UE - Gameplay - Blueprint - Jul 28, 2016

User will hit an ensure first when pasting a copied custom event, and will crash after compiling. ...

Crash when createing a Landscape and the DisasterRecoveryClient plugin is enabled. In the editor appears as Recovery Hub.

When DistasterRecoveryClient (in editor called RecoveryHub) plugin is added to the project and the user creates a Landscape, a crash occurs. ...

Playing this project in Standalone, or packaging for windows, causes the new window to crash

UE - Gameplay - Dec 16, 2014

When you attempt to play the user project in Standalone, or Packaging for Windows, the new window will crash and not play the game. Issue also occurs on Mobile. The project will not open. ...

Crash when placing a native UserWidget in a panel within another UserWidget

UE - Editor - UI Systems - Oct 7, 2019

The engine crashes when trying to initialize a native UserWidget within another widget. This happens because UUserWidget::GetSlotNames gets called before the widget tree is initialized, and we don't ...