[CrashReport]UnrealEditor-Core!FNamedTaskThread::ProcessTasksNamedThread(int,bool) [TaskGraph.cpp:760]

UE - Graphics Features - Feb 13, 2023

Generated from CrashReporter ...

LOD streaming requests for distance fields are overridden with additional scene captures.

UE - Graphics Features - Feb 12, 2023

The distance field scene is shared between scene renders in a given frame. However, LOD requests are not tracked over the entire frame, but per scene render (e.g. camera or scene capture). Thus, if ...

Atmosphere related scan line artifacts for Path Tracer with MGPU

UE - Graphics Features - Path Tracer - Feb 10, 2023

There are two UDNs related to this issue.  It makes the Path Tracer unusable with MGPU, with atmosphere enabled. I already have a one-line fix implemented and tested.  The atmosphere scan line arti ...

Possible: JPG encoding for Highscreenshot broken in 5.1 Linux build

UE - Platform - Linux - Feb 10, 2023

UDN report of JPG encoding not working: [Link Removed] Can we ask QA to try to repro? ...

Nvidia DLSS plugin causing crash in PIE

UE - Graphics Features - Feb 10, 2023

The editor is crashing with the 5.1 Nvidia DLSS plugin enabled after performing PIE. This issue is occurring in Binary //UE5/Release-5.1 at CL 23901901 This issue is NOT occurring in Binary //UE5/ ...

Alpha blending is done twice when using RenderOpacity of RetainerBox's parent slot

UE - Editor - UI Systems - UMG - Feb 10, 2023

Licensee reported that alpha blending is done twice in the code below, and the fix below seems to fix it. .\Engine\Source\Runtime\UMG\Private\Slate\SRetainerWidget.cpp From:const FLinearColor Compu ...

Stencil Test Post Process Breaks in Stereo Rendering

UE - Platform - XR - Feb 9, 2023

[Link Removed] post process material is blacking out our left eye A test project is provided. ...

Errors occur when moving duplicated Material Instances

UE - Rendering Architecture - Materials - Feb 9, 2023

Licensees have reported that two UMaterialInterfaceEditorOnlyData objects are being created for duplicated assets, causing a name conflict when renaming. ...

Editor Crashes when copy/pasting an emitter in the Niagara timeline

UE - Niagara - Feb 8, 2023

When creating the emitter's track widget we search for the stack view model's root entry, but the stack view model pointer is null, so we crash.  ...

Calling RemoveAllAnchors function on a non-clustered geometry collection falls extremely fast

UE - Simulation - Physics - Destruction - Feb 8, 2023

Non-clustered geometry collections applied RemoveAllAnchors are not put into FPBDRigidsSOAs::DynamicGeometryCollectionArray, so acceleration is not reset every tick and they fall super fast. The fol ...