Crash when attempting to save Soft Object Reference

UE - Gameplay - Blueprint - Aug 13, 2018

Engine will crash when attempting to save soft object reference. "FArchive does not support FSoftObjectPtr serialization. Use FArchiveUObject instead." Also reproduced in Main CL #4247864 ...

Crash on mobile OpenGL with a retainer box

UE - Platform - Mobile - Nov 23, 2022

QAGame Crashes on launch on iphone 6 (iOS 8)

UE - Platform - Mobile - Jan 16, 2017

this crash was encountered during the mobile compat for 4.15. So far, just this device has been affected. ...

Crash on bake pose when skeleton contains a virtual bone

OLD - Anim - Jan 22, 2018

When a skeleton contains a virtual bone, performing Bake Pose can crash the editor. ...

Python commandlet crashes when spawning actors in a level

UE - Editor - Workflow Systems - May 7, 2019

Using the python commandlet to spawn actors within a Map and then saving it causes a crash in the commandline. Tested in 4.21.2 (CL - 4753647), 4.22.1 (CL - 6063286),  4.23 (CL - 6338849) ...

Crash when deleting function referenced by instanced object.

UE - Editor - UI Systems - UMG - Aug 26, 2022

RayTracingGeometry.UpdateRHI(); crashes at checkf BuildParams.IsEmpty()

UE - Rendering Architecture - May 22, 2024

When custom RayTracingGeometry is created, a crash is triggered by an assert at: Engine\Source\Runtime\Engine\Private\Rendering\RayTracingGeometryManager.cpp line 252  "Unexpected entries in BuildP ...

User project crashes after changing struct

UE - Gameplay - Blueprint - Aug 10, 2017

DataValidation System Implemented in EditorUtilityBlueprint Subsystem Crash

UE - Editor - Content Pipeline - Jul 24, 2023

Implementing data validation via an Editor Utility Blueprint works fine in the editor, but when run via the commandlet, the blueprint won't load the editor utility subsystems (i.e. Static Mesh Edito ...

Crash when selecting "show" > "uncompressed animation" in Persona

OLD - Anim - Jul 1, 2016

From this UDN: https://udn.unrealengine.com/questions/301289/crash-in-persona-debug-display.html Proposed solution: In UDebugSkelMeshComponent::GenSpaceBases() before PerformAnimationEvaluation() ...