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

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

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

BP using nested child actor components in streaming level causes ensure condition failed

UE - Simulation - Physics - Solver - Jul 11, 2022

This never happens on ue5.0.0 The problem appears to be caused by a deleted PhysicsProxy being registered with Solver. Since the solver accesses the deleted PhysicsProxy, it may crash. Checking a ...

Changing particle system template via Blueprints crashes Editor and packaged game

UE - Niagara - Apr 4, 2019

Setting a ParticleSystem component in a Blueprint to none/null with a "Set Template" node causes the editor and the packaged project to crash. I have noticed this when migrating my game to 4.22, whi ...