MDL imported from Substance Source with Datasmith causes a crash

UE - Editor - Content Pipeline - Import and Export - Mar 8, 2019

MDL downloaded from Substance Source causes a crash. This is reported on UDN by an Enterprise customer: https://udn.unrealengine.com/questions/487598/why-would-ue4-is-always-crashing-when-import ...

Niagara Fluids Grid3D_Gas_Explosion causes a crash

UE - Niagara - May 4, 2022

Placing Grid3D_Gas_Explosion into a level then packaging the level for windows will crash the packaged project. The package will give an error that it crashed while loading and quit.  This does not ...

BP - Exclusive nativization will fail at cook time if a BP class includes a ChildActorComponent with a Data-Only BP set as the ChildActor class.

UE - Gameplay - Blueprint - Apr 20, 2017

Note: This does not occur when the nativization mode is set to "Inclusive" in the Project settings. Current workaround: Ensure that the ChildActor class is NOT a data-only Blueprint, by adding scri ...

Level asset "Diff against depot" opens P4 Merge tool

UE - World Creation - Worldbuilding Tools - Mar 1, 2024

You can right click a level asset in the editor's Content Browser and do the action Source Control > Diff against Depot. However, this does not provide a useful diff window. It currently opens the d ...

Attempting to export sequencer camera causes editor to crash on Linux

UE - Platform - Linux - Oct 26, 2016

Trying to export a sequence camera on Linux causes the editor to crash. This does not occur on Windows. EDIT: Crash seems to occur when focus leaves the FileName field. ...

Crash when opening a new level while opening Editor Utility Widget after opening and closing it multiple times

Tools - Jun 4, 2019

Crash when opening a new level with reopened EditorUtilityWidget after opening and closing it multiple times. The cause of this issue is that UEditorUtilityWidgetBlueprint :: UpdateRespawnListIfNee ...

HLOD Build crashing when building nanite for mesh with 2 material having the same parameters

UE - World Creation - Worldbuilding Tools - HLOD - Dec 2, 2023

From Licensee: Catching the exception with debugger allowed us to find a list of materials on the hlod mesh on which the error occured and we were then able to link it to one of our meshes causing ...

Crash on hot reload for DynamicDelegate

UE - Foundation - Core - Mar 23, 2020

This issue may be badly implemented, but the reference to the VTable may be incorrect during a hot reload. Crash always in sample project. Summary:Call ForeachRow function in Custom Struct constr ...

Calling ServerTravel with bShouldSkipGameNotify set to false causes a crash

UE - Gameplay - Feb 22, 2019

Calling ServerTravel with bShouldSkipGameNotify set to false results in a crash. The reproduction case provided is in PIE but this also occurs in a packaged game Regression?: Yes This did not occur ...

Crash when using Get Start/End Frame (Seconds) node with MovieSceneSection have no opened bound

UE - Anim - Sequencer - Aug 14, 2019

If use Get Start/End Frame (Seconds) with GetStartFrame has a section isBounded is False, eg 3DTransformSection, editor will be crashed. Specifically, a following code occur crash. inline FFrame ...