I am doing some runtime manipulation of data layers and I am running into a check failure due to a zero guid in FLevelInstanceActorGuid::GetGuid during multiplayer testing. When I debug FLevelInsta ...
A crash occurs when LevelInstance with LevelBehavior set to "Standalone" is loaded in a standalone game. Specifically, when LevelInstance is deleted by moving outside the loading range of the worldp ...
An imported file that resides within the project's folders gets a relative path. That path is not updated it you copy the uasset to another folder, so from the location of the new asset's the relati ...
In SkeletalRenderNanite.cpp / FDynamicSkelMeshObjectDataNanite::UpdateBonesRemovedByLOD, bone indices are of type FBoneIndexType (defined as uint16 from BoneIndices.h), instead of int32. On line 18 ...
The licensee has noticed that the deletion of a transient actor still marks the scene as dirty and asks it to be saved. Checking the source it was noted that the transient flag is not verified on de ...
An assertion occurs when creating a New Level from the Levels window while it is pinned to the side bar. ...
Chaos Modular Vehicles Examples does not replicate properly and it's easy to reach a state of desynchronization where the state stops being replicated and position/rotation of cars mismatch. As an ...
This is a regression. Tested in //UE5/Release-5.1 CL23901901 When a geometry collection is destroyed by an On Hit event the editor becomes unresponsive and never recovers. No crash is generated. ...