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

Crash when testing a sound in UMG that has been added to an audio track for an animation

UE - Editor - UI Systems - May 25, 2016

The editor crashes when testing an animation that has an audio track containing a wave sound. ...

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 when adding a camera to shot track if a player track has been added

UE - Anim - Sequencer - May 9, 2016

If the user creates a new sequencer for the level that includes the player character and a shot track the editor will crash if a new camera is set as the camera for the shot track. ...

Setting the Camera Modifier to 'None' crashes the editor

UE - Gameplay - Jul 14, 2015

The PlayerCameraManager will cause the engine to crash if you set the first element to 'none' under the Camera Modifier. ...

Crash on Check Always Create Physics State on Simulated Skeletal Mesh

UE - Gameplay - Components - Jun 25, 2015

When you place a Skeletal Mesh using a Simulated Physics Asset into a Blueprint, check Always create a Physics State and Save BP, crash. [Link Removed] Also reproduced in Main Promotable-CL-259954 ...

UE-47779 - Crash exiting packaged PlatformerGame while in the Main Menu

UE - Gameplay - Jul 27, 2017

This was occurring when I quit via the Quit button in the Main Menu GUI. I also repro'd this using the "Quit" command in the console. I found this on Linux, but this was repro'd on Mac and Windows ...

Renaming a Blueprint interface asset doesn't update the ImplementedInterfaces list in the Blueprint editor's Class Settings tab

UE - Gameplay - Blueprint Editor - Nov 13, 2023

There is no UI refresh for the Implemented Interfaces list in the Blueprint editor UI after a Blueprint Interface asset is renamed in the Content Drawer. Consequently, the interface cannot be remove ...

Copying struct value using Set node from null source crashes

UE - Gameplay - Blueprint - Jun 23, 2015

Trying to access a Game Instance in a Blueprint's Construction Script results in a crash in 4.8 and 4.9. No crash occurred in 4.7.6 with the same Blueprint. This crash only seems to happen if the v ...

BuildPatchTool crashes on Mac and Linux when building android or ios with multiple chunks

Portal - Feb 18, 2020

"It seems that deallocation of TLazySingleton<FInternationalization> causes unhandled exception. If DISABLE_LAZY_SINGLETON_DESTRUCTION=1 is provided - the build completes successfully" ...