Error when exporting OBJ unattended

UE - Editor - Content Pipeline - Import and Export - Dec 1, 2020

When doing an unattended OBJ export with python. The export will fail and give the atteched callstack. ...

EDITOR: CRASH: Saving a project while an auto save is occurring will crash the Editor.

Tools - Aug 1, 2014

If a user initiates a save using Ctrl+S while an autosave is in progress, the Editor will crash. CRASHREPORT: [Link Removed] ...

Editor becomes unresponsive/freezes when a Geometry Collection is destroyed by a Hit Event while simulating

UE - Simulation - Physics - Destruction - Apr 19, 2023

This is a regression. Tested in //UE5/Release-5.1 CL23901901 When a geometry collection is destroyed by an On Hit event the editor becomes unresponsive and never recovers. No crash is generated. ...

FFrame::ReadProperty() occur crash if Blendspace Player node use Function to get BlendSpace Asset

UE - Anim - Runtime - Anim Blueprints - May 25, 2022

If user connect a function that returns a Blendspace Asset to a Blendspace Player that BlendSpaceAsset settings are exposed to a pin, it crashes in the package. It does not occur if user do not con ...

Crash occurs when blueprint breakpoint is placed after a Draw Debug String node

UE - Gameplay - Blueprint - Aug 22, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL 26001984 The editor crashes when playing in editor on a level that has a break point placed on a ticking draw debug string node that is prec ...

FTabManager::FindPotentiallyClosedTab Crash Due to Invalid Array Indexing

UE - Editor - Workflow Systems - May 25, 2023

As you can see from the above callstack it appears that calling RestoreArea can call FindPotentiallyClosedTab again higher in the stack, which can Remove() an entry from CollapsedDockAreas- this cau ...

Fatal Error: Cast of Package to AnimGraphNode_BlendSpaceGraphBase failed when deleting an opened Blendspace node in a State graph

UE - Anim - Runtime - Anim Blueprints - Aug 10, 2021

When deleting a Blendspace or Blendspace 1D node in a state graph, after opening it, the editor crashes. It doesn't crash when deleting it before opening the Blendspace node. It also doesn't matter ...

Crash when changing the AnimNotifyState property after moving the AnimNotifyState range added to AnimMotage

OLD - Anim - Jul 5, 2019

NotifyStateClass may be nullptr when AnimNotifyState and AnimNotify swap occur in NotifyTrack. Workaround: SAnimNotifyPanel.cpp void SAnimNotifyPanel::OnPropertyChanged(UObject* ChangedObject ...