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

[PCG] Handle potential deadlock case with UPCGLandscapeCache::GetCacheEntry

UE - World Creation - Procedural Tools - PCG Core - Oct 15, 2024

It is possible to get in a rare situation where PCG uses all Background workers while also having all its workers waiting on the FPCGLandscapeCacheEntry DataLock critical section. Since loading of ...