Crash when opening a texture or editing its properties after stopping a preview in the material editor

UE - Rendering - Architecture - Materials - Sep 5, 2025

When a texture asset has certain properties edited, its PostEditChangeProperty() method calls to UTexture::NotifyMaterials(), which triggers a recompilation of materials that reference it in their m ...

FInstancedStruct does not serialise to JSON when used in a DataTable

UE - AI - Aug 4, 2025

The JSON export functionality for DataTable relies on a FieldIterator to gather properties. This iterator is unable to gather the properties from the InstancedStruct. CSV export functionality works ...

Hardware Raytracing on Lumen can cause a crash on AMD Radeon GPUs

UE - Rendering - Graphics Features - Lumen - Jul 29, 2025

Hardware Raytracing support can cause a crash on AMD Radeon GPUs when creating the RT pipeline state. ...

[CrashReport][GPUCrash] UpdateRadianceCaches

UE - Rendering - Graphics Features - Ray Tracing - May 19, 2025

#31 crash out of 7783 in UE 5.7.4 on Windows#3 crash for UE - Rendering - Graphics Features in UE 5.7.4 on Windows#1 crash for UE - Rendering - Graphics Features - Ray Tracing in UE 5.7.4 on Windows ...

[CrashReport][GPU Crash] NodeAndClusterCull

UE - Rendering - Graphics Features - Nanite - Nov 19, 2024

Users affected: 51 Total occurrences: 90 Last occurrence: November 19th 2024, 3:25:41 am First occurrence: August 7th 2024, 8:10:10 pm Latest version: ++UE5+Release-5.5-CL-37670630 Platform: Win64 [ ...

Crash after 'Reparent Blueprint' when renaming component on-top of orphaned inherited component

UE - Framework - Blueprint Editor - May 7, 2024

After reparenting a blueprint and inherited components from the previous parent are removed, trying to give a new component the same name as a previous component causes a crash inside UObject::Renam ...

Crash when spawning actor with no viewport initialized

UE - Editor - Workflow Systems - Nov 22, 2023

If an attempt to spawn an actor is made before the Level Editor Viewport is fully initialized (i.e. before it has had a chance to get rendered at least once), and that actor has no specific Factory ...