UGameUserSettings::ValidateSettings fails to wipe GameUserSettings.ini

UE - Framework - Mar 4, 2025

When changing the version in UGameUserSettings, the expected behaviour is that GameUserSettings.ini will be wiped/delete and then regenerated. The actual behaviour is that within the ValidateSetting ...

When using 'r.VT.SplitPhysicalPoolSize 64' with nanite meshes, mesh painting does not update in real time (only updates after stroke finished), duplicates mesh painting across separate instances of a mesh, and sometimes doesn't show up in PIE.

UE - Rendering Architecture - Mar 3, 2025

When using Mesh Painting on nanite meshes in 5.5 with 'r.VT.SplitPhysicalPoolSize' set to non-zero values (e.g. 16, 64), several issues occur, such as: 1. Painting doesn't update in real time (only ...

Resolution retrieval issues caused by multi-monitor hot-swapping.

UE - Rendering Architecture - RHI - Feb 24, 2025

I looked into the underlying code, and it seems that this situation is not well handled. One possible solution is to trigger EnumAdapters() when the system fires the WM_DISPLAYCHANGE message. This ...

MaxDrawDistance set by CullDistanceVolume is lost on saving sublevel

UE - World Creation - Worldbuilding Tools - Feb 21, 2025

The UpdateCullDistanceVolumes behavior when saving was changed by CL-36588597. Only CullDistanceVolumes in the same sublevel can affect Max Draw Distance. ...

World Position is incorrect when used to control the opacity mask in a nanite spline mesh

UE - Graphics Features - Feb 20, 2025

When calculating the opacity mask, Nanite spline meshes do not have the correct World Position in the Material. This leads to visual artifacts when the mask relies on the world position. ...

Level Actors that are converted to a Blueprint using "Convert Selection to Blueprint Class" and using "Harvest Components" as the CreatingMethod, does not sanitize dots (.) character and make them invalid for operations like StaticFindObject.

UE - Framework - Blueprint Editor - Feb 20, 2025

When Level Actors are converted into a Blueprint using the "Convert Selection to Blueprint Class" option with "Harvest Components" as the creation method, the conversion process does not sanitize do ...

AfterMotionBlur Translucent Material With Local Exposure Enabled Causing Artifacts

UE - Graphics Features - Feb 20, 2025

When TSR is enabled, translucent materials using the AfterMotionBlur translucency pass cause visual artifacts when local exposure is active. The artifacting is believed to occur because the local ex ...

Wrong motion vectors with Nanite ISM when using ActorPosition material node

UE - Graphics Features - Feb 17, 2025

Here is the file for the repro project in Google Docs, due to the file size limit: [Link Removed] ...