Crash when changing shadow scalability settings to low, then clicking in the viewport

UE - Graphics Features - Jun 9, 2016

A crash occurs after setting the shadow scalabilty settings to "low" then clicking on an item in the viewport. The issue also occurs when setting all of the scalabilty settings to low at one time as ...

Editor crash when modifying Skeletal Animation Section of an unsaved additive animation

UE - Anim - Sequencer - Jan 27, 2021

Unsaved animations can cause the editor to crash if they are in a sequence, if the sequence evaluates them after an edit.  ...

SetHitResultFromShapeAndFaceIndex crash

UE - Simulation - Physics - Nov 15, 2019

SetHitResultFromShapeAndFaceIndex calls  if(PxMaterial* PxMat = PShape->getMaterialFromInternalFaceIndex(FaceIndex)) { OutResult.PhysMaterial = FPhysxUserData::Get<UPhysicalMaterial>(PxMat->userD ...

Grabbing a Destructible Mesh Child blueprint with a Phsyics Handle crashes the editor

UE - Simulation - Physics - Jun 20, 2016

Grabbing a Destructible Mesh Child blueprint with a Phsyics Handle crashes the editor during PIE. NOTE: This issue occurs whether or not simulate physics is active on the destructible mesh compone ...

Crash occur when using AddSpawnableFromClass with BlueprintGeneratedClass specified

UE - Anim - Sequencer - Aug 13, 2019

BlueprintGeneratedClass is not based UBleupint. So the following code is failed. bool UActorFactoryBlueprint::PreSpawnActor( UObject* Asset, FTransform& InOutLocation) { UBlueprint* Blueprint = ...

Editor crashes on compile with no warning when trying to access information from a "Slot as Canvas Slot" node on tick that has not been set yet by begin play

UE - Editor - UI Systems - Jul 1, 2015

If a user creates a widget variable that is set on begin play and then tries to get information from that widget via the "Slot as Canvas Slot" node on tick the editor will crash. This appears to hap ...

Get VR Focus State will cause a crash in standalone if an HMD device is in use

UE - Platform - XR - Jul 27, 2016

Get VR Focus State will cause a crash in standalone if an HMD device is in use ...

Crash occurs when creating a New Level from the Levels window while it is pinned to the side bar

UE - World Creation - Worldbuilding Tools - May 2, 2022

An assertion occurs when creating a New Level from the Levels window while it is pinned to the side bar. ...

Crash when building lighting with a Basic shape in the level

UE - Graphics Features - Lumen - Oct 25, 2019

Crash occurs when building the lighting with any Basic shape in the level. This crash occurs with Niagara plugin both enabled and disabled. This issue does not occur in 4.23 Issue only occurs on M ...

Adding Angular Impulse on Begin Play causes a Crash

UE - Simulation - Physics - Jun 29, 2016

Calling Add Angular Impulse on BeginPlay causes the editor to crash. Workaround: Adding a short (.01s) delay after BeginPlay prevents the crash. Regression: No, crash occurs in 4.11.2 as well. ...