The Global Distance Field can constantly update, even when the camera is stationary, in large World Partition maps. This bug requires a large amount of the World Partition map to be loaded to reprod ...
Context The property 'DefaultStartingData' in AbilitySystemComponent can be configured from blueprint to spawn default attribute sets. This happens OnRegister. For runtime spawned actors like pawns ...
When a collision enabled RBAN node attempts to collect surrounding meshes, if there is a mesh with UseComplexAsSimple, it will hit the Ensure when cloning a mesh on the task graph thread. Disabling ...
Performing a Hot Reload after creating a custom UClass class can result in a crash. This was reported on Linux, but reproduced on Windows. Additional testing will be done on Linux to confirm the is ...
Randomly selecting a character class from the GameMode constructor using ConstructorHelpers::FClassFinder can result in default or null character being set when the level is reloaded. It appears tha ...
UNetDriver::DestroyedStartupOrDormantActors maintains a list of deleted startup (and dormant) actors. This is used to notify clients that have joined the server of Actors that need to be destroyed ...
Loading all the levels selected in the Content Browser and running the aforementioned Python script causes the editor to crash Tested in 4.20.3 (CL - 4369336), 4.21.2 (CL - 4753647), 4.22 (CL - 5 ...
When server traveling, client may crash due to lag while attempting to replicate object/property. ...
When a Nanite skeletal mesh has a virtual bone the engine can crash when changing LODs ...
Animating a HISM along a spline when many other HISMs are present will result in a crash in 4.22. Confirmed in 4.23 MAIN @ CL 5291468 ...