Managed particle systems can fail to be removed from managed ticking when pending registration

UE - Niagara - Mar 31, 2021

UParticleSystemComponent::SetComponentTickEnabled can fail to disable ticking due to IsTickedManaged not checking if the particles system is pending registration. The crash was in part because of c ...

Hierarchical Instanced Static Mesh component instances are not duplicated correctly if the parent is duplicated

UE - Graphics Features - Dec 16, 2016

Duplicating an actor with a Hierarchical Instanced Static Mesh component that has an instance will duplicate the instance as well, but this instance is not rendered. Please note, this was discovere ...

CommitMapChange doesn't fully deal with sub-levels

UE - Gameplay - Jan 12, 2017

Per https://udn.unrealengine.com/questions/329206/crashes-when-streaming-levels-in-414.html When inspecting the code for this report, it has become clear that the streaming levels of the incoming m ...

[CrashReport] UE4Editor_DetailCustomizations!FBrushDetails::OnClassPicked() [brushdetails.cpp:306]

Tools - Nov 10, 2017

This is a trending crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context296 // make sure the brushes are re ...

D3D device being lost ( DXGI_ERROR_DEVICE_REMOVED ) on both D3D11 and D3D12

UE - Rendering Architecture - RHI - Aug 10, 2020

It is hard to reproduce, but a licensee reported in UDN that it crashed on his computer frequently. He provided two crash dumps with logs which I uploaded here.[Link Removed][Link Removed] OS: W ...

Assertion failed: PlatformNeedsExtraDeletionLatency()

UE - Rendering Architecture - RHI - Mar 5, 2019

Animating a HISM along a spline when many other HISMs are present will result in a crash in 4.22. Confirmed in 4.23 MAIN @ CL 5291468 ...

[CrashReport] UE4Editor_UnrealEd!FBlueprintEditorUtils::FindBlueprintForGraphChecked() [blueprinteditorutils.cpp:2206]

UE - Gameplay - Blueprint - Aug 29, 2017

This is an infrequent crash coming out of the 4.17 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 2200 // Helper function to get ...

Assertion thrown while creating a Geometry Collection with Hardware Raytracing enabled along side r.RayTracing.Geometry.GeometryCollection 1

UE - Graphics Features - Apr 26, 2022

A raytracing project with hardware raytracing enabled and r.RayTracing.Geometry.GeometryCollection set to 1 triggers a crash when trying to create a geometry collection. ...

[CrashReport] UE4Editor_Engine!FInterpolateComponentToAction::UpdateOperation() [interpolatecomponenttoaction.h:115]

UE - Gameplay - Blueprint - Aug 3, 2015

Crash Report [Link Removed] Access violation - code c0000005 (first/second chance not available) This bug is distinctive in that when you return to the AnimBlueprint Event Graph from another tab/O ...

Invalid access location compressing a BC6h texture in the editor

RAD - Oct 29, 2024

Large texture crashes during Oodle compression with "-stompmalloc". It appears to be an internal Oodle error. Also tested on //UE5/Release-5.5/, CL: 37463908 ...