Assert / crash resolving TSoftObjectPtr when exiting PIE

UE - World Creation - Procedural Tools - PCG Core - Dec 17, 2024

The main landscape actor's outer level's WorldSettings gets nullified by GC on PIE end, which leads to this problem. For some reason, this only seems to occur with the attached custom game mode : it ...

Unreal crashes with an Fatal Error: Out of memory message.

UE - Editor - Content Pipeline - Datasmith - Exporters - Jan 30, 2019

Duplicating SkeletalMesh in packaged game causes crash

UE - Graphics Features - Nanite - Mar 11, 2025

This code worked until UE5.4. NaniteResource added in 5.5 causes this issue. ...

WP HLOD Crash on Small Cell Sizes

UE - World Creation - Worldbuilding Tools - HLOD - Jan 8, 2024

Pasting nodes into level blueprint crashes editor

UE - Gameplay - Blueprint - Jun 13, 2017

Standalone Material Function Instance creation results in crash

UE - Rendering Architecture - Materials - Mar 2, 2023

Coming from UDN https://udn.unrealengine.com/s/case/5004z00001mDBzzAAG/material-instance-asset-creation-workflows?fromCase=1 Either standalone MFI creation should work just like MaterialInstances, ...

Editor Freeze-Crash if Possessing Pawn with AI controller

UE - Gameplay - Mar 19, 2018

When trying to possess an already existing, uncontrolled character with an AI controller on server (from actor component) while in multiplayer mode, the editor keeps freezing until destroyed with t ...

Crash in when setting label in ChildActor (infinite loop in PECP)

UE - Gameplay - Feb 22, 2019

In void ATestActor::OnConstruction(const FTransform& Transform) there is an infinite loop occuring in a ping pong call between the SetActorLabel and the DestroyChildActor calls. Happens in vanil ...