Excessive RVT page updates with Nanite and ClearCoat or Cloth shading model applied

UE - Rendering Architecture - Mar 31, 2025

There is an excessive number of page updates when a Nanite landscape has a runtime virtual texture material applied to it with a shading model set to ClearCoat or Cloth (instead of Default Lit). The ...

MeshPaint textures don't work when r.VT.SplitPhysicalPoolSize is set

UE - Rendering Architecture - Mar 21, 2025

Whenever we have a non zero setting for r.VT.SplitPhysicalPoolSize, then mesh painting doesn't function correctly. ...

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 ...

Static Meshes that are reimported with less materials can lead to map check errors on instances that had overriden materials that require manual cleanup

UE - Rendering Architecture - Feb 5, 2025

StaticMeshActors placed in the world can override the default materials of a static mesh. If the static mesh is then reimported with less materials, the actors maintain references to unused material ...

SkinnedMeshComponent::BoneTransformUpdateMethodQueue is never reset in server builds

UE - Rendering Architecture - Jan 27, 2025

We reset BoneTransformUpdateMethodQueue in USkinnedMeshComponent::CreateRenderState_Concurrent and USkinnedMeshComponent::SendRenderDynamicData_Concurrent but these code paths are never called in se ...

VisualizeTexture with the BMP flag causes a crash when any mip over mip0 is requested

UE - Rendering Architecture - Dec 18, 2024

When a mip level higher than 0 is requested in VisualizeTexture, the engine will crash. The root cause appears to be VisualizeTexture.cpp:924, on which an incorrect mip level is used to read a non-m ...

Runtime Virtual Texture rendering can allocate more FRDGBuffers than expected

UE - Rendering Architecture - Dec 10, 2024

When rendering runtime virtual texture pages without throttling (when r.VT.MaxUploadsPerFrame is high or during Movie RenderQueue captures) the number of FRDGBuffers allocated by the Render Graph Bu ...

WasRecentlyRendered() and GetLastRenderTimeOnScreen() still triggers when a skeletal mesh re-enters the view frustum despite being occluded.

UE - Rendering Architecture - Dec 4, 2024

AActor::WasRecentlyRendered() and UPrimitiveComponent::GetLastRenderTimeOnScreen() both still trigger when a skeletal mesh (occluded behind a wall) re-enters the player's view frustum after being ou ...

Crash when enabling r.PSOPrecache.Resources due to check() in FSkeletalMeshObjectGPUSkin::GetUsedVertexFactoryData

UE - Rendering Architecture - Dec 3, 2024

The game crashes because of a nullptr SkinnedMeshComponent in  FSkeletalMeshObjectGPUSkin::GetUsedVertexFactoryData when r.PSOPrecache.Resources is enabled and a skeletal mesh is loaded due to a new ...

LoadMapMisc LLM category contains Static Mesh allocations

UE - Rendering Architecture - Nov 12, 2024

UInstancedStaticMeshComponent::CreateSceneProxy() is missing a LLM_SCOPE(ELLMTag::InstancedMesh);  and during level loading allocations for it appear in LoadMapMisc instead of InstancedMesh. Addi ...