Depth of Field blur is inconsistent with r.ScreenPercentage == 100 (Dynamic resolution)

UE - Graphics Features - Oct 29, 2024

Depth of Field, with "r.DOF.Recombine.Quality = 0" will adjust the size of the depth in focus based on screen percentage. This might be related to over-fitting from the tile classification, because ...

UE 5.5 delayed Python initialization causes issues

UE - Editor - Workflow Systems - Oct 28, 2024

From this UDN: [Link Removed] The customer reports that this issue did not happen in 5.4. ...

Crash in FPipelineFileCacheManager::RegisterPSOStats

UE - Rendering Architecture - Oct 25, 2024

The game can crash when one thread clears RunTimeToPSOUsage while another thread is expecting it to contain a PSO it is registering stats for. Thread A:  calls CacheGraphicsPSO() Thread B:  calls C ...

Users are unable to create projects when the default project location is a networked drive

UE - Editor - Workflow Systems - Oct 23, 2024

There have been multiple reports of this issue, particularly from schools, over the last 10 years:https://forums.unrealengine.com/t/invaild-folder-path-with-network-user-drives/283475https://forums. ...

TraceString for TChar strings has an erroneous return statement leading to unreachable code

UE - Foundation - Insights - Oct 23, 2024

In StringTrace.cpp, the TraceString(const TCHAR* InString) function has an erroneous return statement before UE_TRACE_LOG_DEFINITION within the branch checking if the string is already in the set. ...

D3D12Texture::Lock incorrectly sizes staging buffer when locking block compressed resources

UE - Rendering Architecture - RHI - Oct 23, 2024

D3D12Texture::Lock computes the size of the staging buffer on Line 1541 of D3D12Texture.cpp. This size uses the RowPitch, which for BCn resources encapsulates the size in bytes of a single row of bl ...

Objects animated in Sequencer fail to trigger collisions against stationary characters with character movement components

UE - Gameplay - Player Movement - Oct 22, 2024

When an object, such as a cube, is animated in sequencer and that object's path intersects a stationary character with a character movement component, the object will pass through the character with ...

Nanite - Skinned Meshes not working.

UE - Graphics Features - Oct 21, 2024

The Nanite information and views from the Static Mesh Editor are not available to Nanite Skeletal Meshes in the Skeletal Mesh Editor. ...

Lumen doesn't handle Area Lights Reflection Occlusion well

UE - Graphics Features - Lumen - Oct 18, 2024