Crash when copy and paste a Child Actor Component in blueprint.

UE - Gameplay - Blueprint - Nov 14, 2018

A crash occurs when copy and paste the ChildActorComponent, only if the template actor has a DefaultSubObject. There is no crash in the case of using Actor (eg. AActor) without a DefaultSubObject as ...

Selecting Reimport on a virtual texture results in crash

UE - Graphics Features - Nov 14, 2019

Reimporting a virtual texture results in a crash. Tested in: 4.24P2 CL#10091930 ,  4.25 CL#10183780 ...

Renaming actors between levels during PIE causes issues

UE - World Creation - Worldbuilding Tools - OFPA - Dec 4, 2023

When renaming actors during PIE the actor generates a new, non memory/temporary, actor package underneath the PIE world- this is then causing checks in EnumerateMemoryAssetsHelper (in AssetRegistry. ...

Landscape can be added as a source in take recorder

UE - Anim - Sequencer - Jan 25, 2021

Landscapes should not be able to be animated in sequences, and should not appear as options for sources in take recorder.  ...

Crash in Material Editor when calling GetScreenSpaceData() from custom node

UE - Rendering Architecture - Materials - Jan 27, 2023

Cooked content results in crash on launch of QAGame.exe

UE - Graphics Features - Feb 22, 2019

Seems to be an issue with how the cooker is calling the contents of TM-ShaderModels. ...

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 ...

Float Curve that is set as a local variable in an actor's function is garbage collected when in Standalone, causing a crash

UE - Gameplay - Blueprint - Sep 9, 2016

If a Curve Float local variable is created for a function, it will be garbage collected when garbage collection occurs. This causes the process to crash due to an null pointer error whenever it is r ...