Nanite shadow issue in commandline rendering

UE - Graphics Features - Nov 28, 2023

UMovieSceneDMXLibrarySection::GetFixturePatches returns invalid patches

UE - Virtual Production - IO - DMX - Nov 28, 2023

UMovieSceneDMXLibrarySection::GetFixturePatches() returns an invalid patch as follows. The if condition needs to be corrected.  TArray<UDMXEntityFixturePatch*> UMovieSceneDMXLibrarySection::GetFixt ...

Delayed movement adjustment can include incorrect movement mode

UE - Gameplay - Player Movement - Nov 27, 2023

It's possible for the server to send a client's character a movement correction with the wrong movement mode.  This can occur if a project has client adjustment throttling settings enabled:  Networ ...

PSO Creation hangs on task in Shipping build

UE - Rendering Architecture - RHI - Nov 27, 2023

Running with `r.AsyncPipelineCompile=0` causes the issue not to happen. It fails to open about 4 times out of 5. No such problem in development build., it always succeeds. We noticed that if we de ...

Luminance coefficients used throughout the engine not matching sRGB standard

UE - Virtual Production - Rendering - Color - Nov 27, 2023

This is causing confusion when working with color in UE5, specifically when validating for HDR between different reference materials. It has also been noted that the color primaries in PAL and NTSC ...

Static Mesh Only enabled Foliage Actor causes serialization error in packaged game

UE - World Creation - Worldbuilding Tools - Nov 24, 2023

The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA     if (!Ar.IsCooking()) // ...

Crash when spawning actor with no viewport initialized

UE - Editor - Workflow Systems - Nov 22, 2023

If an attempt to spawn an actor is made before the Level Editor Viewport is fully initialized (i.e. before it has had a chance to get rendered at least once), and that actor has no specific Factory ...

"Favorite Levels" not persisting correctly when changed in the Editor

UE - Editor - Workflow Systems - Nov 21, 2023

In the Level Editor's "File" menu, there is a "Favorite Levels" list, which is persisted in the config file "EditorPerProjectUserSettings.ini" under section "[FavoriteFiles]". Manually editing this ...