HLOD Build crashing when building nanite for mesh with 2 material having the same parameters

UE - World Creation - Worldbuilding Tools - HLOD - Dec 2, 2023

From Licensee: Catching the exception with debugger allowed us to find a list of materials on the hlod mesh on which the error occured and we were then able to link it to one of our meshes causing ...

Renaming actors between levels during PIE causes issues

UE - World Creation - Worldbuilding Tools - OFPA - Dec 4, 2023

When renaming actors during PIE the actor generates a new, non memory/temporary, actor package underneath the PIE world- this is then causing checks in EnumerateMemoryAssetsHelper (in AssetRegistry. ...

Light function broken on AMD GPUs

UE - Rendering Architecture - Dec 6, 2023

The licensee reported this happening on the following cards with the latest driver versions: ● RX 6600 ● RX 5700 The Licensee reported it did not happen on these cards: ● RX 580 ● Non-AMD cards Our ...

Nanite custom depth rendering is missing support for r.CustomDepthTemporalAAJitter=0

UE - Graphics Features - Nanite - Dec 14, 2023

Nanite custom depth rendering doesn't "de-jitter" the view parameters for custom depth rendering when r.CustomDepthTemporalAAJitter is set to 0. This was discovered by a licensee and reported via U ...

Animation attributes - user defined structs containing types defined in plugins cannot be registered

UE - Anim - Runtime - Dec 18, 2023

This issue is caused by us forcing user defined structs to be loaded as part of AttributeTypes::Initialize.  That is called after at the ObjectSystemReady run phase during engine initialization howe ...

Blueprints from UE4 with dangling delegate reroute node crashes on UE5 load

UE - Gameplay - Blueprint Compiler - Dec 22, 2023

If a project from UE 4.27 or earlier has a blueprint with a reroute node dangling (no outgoing connection) from a Custom Event Node's delegate pin (red), this blueprint will crash when loaded in UE ...

Blueprint editor can crash on removing one of a Sequence node's exec pins

UE - Gameplay - Blueprint Editor - Dec 22, 2023

User reported that upon removing a pin from a Sequence node the editor crashed. This only happened once, so may be a multithreading race condition or there may be additional unknown factors. The cra ...

FLiveCodingModule::StartLiveCoding() unsafe access of FModuleManager::Get().OnModulesChanged()

UE - Foundation - Cpp Tools - Live Coding - Dec 19, 2023

A user has reported a failing ensure in FMRSWRecursiveAccessDetector::AcquireWriteAccess(), a race condition that has a small chance of happening when launching the editor. FLiveCodingModule::Start ...

WP HLOD Crash on Small Cell Sizes

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

Cannot copy from the message log when building with Clang

UE - Editor - Workflow Systems - Jan 8, 2024

This was disabled for clang a long time ago in CL 3019423 due to a codegen crash but seems like the bug is fixed now ...