Fixing a Blueprint's compilation error after editor reload causes instances to lose transform

UE - Gameplay - Blueprint - Feb 23, 2023

Saving and reloading a Blueprint instance with a compilation error, a.k.a., "Bad Blueprint" will lead to a transform reset when the Blueprint is successfully recompiled. ...

Overriding Component class does not work properly in grandchild class BP

UE - Gameplay - Blueprint - Feb 22, 2023

If you set ComponentClass override in child class BP and grandchild class BP respectively, it is ignored in grandchild class. This issue is probably related to [Link Removed]. The fix for [Link Rem ...

ARecastNavMesh.bPerformVoxelFiltering doesn't seem to be working

UE - AI - Navigation - Feb 21, 2023

ARecastNavMesh.bPerformVoxelFiltering doesn't seem to be working anymore. ...

Global Distance Field Not Working With World->SetNewWorldOrigin

UE - Graphics Features - Lumen - Feb 20, 2023

LiDAR asset is distorted when reopening the level after closing it.

UE - Editor - Content Pipeline - Feb 15, 2023

Found an issue with the asset in the steps to reproduce in //UE5/Release-5.2 CL 24238206 Perforce. When closing and reopening the project the asset in the viewer shows up as distorted. The issue occ ...

Crash during cloth initializations while the debug materials are being loaded.

UE - Simulation - Physics - Character - Feb 15, 2023

The FGCObject::AddReferencedObjects() can be called during the LoadObject for the cloth debug materials, while the material object pointers are not yet initiliazed, causing the editor to crash. ...

Adjusting the Editor Camera Speed's Scalar or Speed causes the UI element to jitter

UE - Editor - Workflow Systems - Feb 14, 2023

Repro Rate 5/5 ...

FMassArchetypeData::ExecutionFunctionForChunk crashes on binding shared fragments

UE - AI - Mass - Feb 14, 2023

FMassArchetypeData::ExecutionFunctionForChunk is using wrong mappings while binding shared fragments. It's using RequirementMapping.ChunkFragments while it should use RequirementMapping.ConstSharedF ...