FD3D12BindlessResourceManager::GrowCPUHeap will cause GPU heap activation whether it's needed or not

UE - Rendering Architecture - RHI - Sep 11, 2025

The ctor of FD3D12BindlessResourceManager implies that GPU heap activation is intended to occur lazily with ERHIBindlessConfiguration::RayTracingShaders, however any call to FD3D12BindlessResourceMa ...

Enabling STATS causes RenderThread to wait for GPU

UE - Rendering Architecture - RHI - Sep 10, 2025

The licensee noticed that in Development builds, the Render thread times are suspiciously similar to GPU times, and the same thing happens when enabling FORCE_USE_STATS in Test configuration. The is ...

Landscape Layer Blending Painting Issue

UE - Graphics Tools - Terrain - Sep 10, 2025

There are two issues when painting landscape layers.Paint: When painting between different layers, square-shaped artifacts or splotches appear.Fill Layer: The blended weights of other layers aren't ...

Crashes occur when executing MRQ while adding UMG with RetainerBox.

UE - Editor - UI Systems - Slate - Sep 9, 2025

Create an asset containing a RetainerBox in UMG, then add the created UMG to the viewport using AddViewport. Running MRQ after this causes a crash. ...

[AI] Failed check in UMassSpawnerSubsystem::DestroyEntities due to EntityManager still procesing

UE - AI - Mass - Sep 7, 2025

It crashed when unspawning an AI which will destroy its entity. Inside DestroyEntities "IsProcessing" is true, but when it breaks into the debugger, "ProcessingScopeCount" is 0 (so IsProcessing shou ...

Crash when opening a texture or editing its properties after stopping a preview in the material editor

UE - Rendering Architecture - Materials - Sep 5, 2025

When a texture asset has certain properties edited, its PostEditChangeProperty() method calls to UTexture::NotifyMaterials(), which triggers a recompilation of materials that reference it in their m ...

'Malformed sequence hierarchy' ensure hit after modifying sub-sequence tracks

UE - Anim - Sequencer - Sep 5, 2025

It's possible for there to be multiple instances of the same sequence in the evaluation states cache if the same sequence is used in multiple sub-sections. Caches are never removed from the evaluat ...

Some operations on material instances do not transmit over transactions.

UE - Virtual Production - Tools - Multi-user - Sep 5, 2025

Client and server can both get stuck waiting for packet sequence history flush

UE - Networking - Sep 4, 2025

The issue occurs when both instances have a significant difference between their last sent and last ack'd sequence number, as they will begin waiting for the sequence history to be flushed for a pac ...

MRQ - Subgraphs do not evaluate properly in Quick Render

UE - Virtual Production - Tools - MRQ - Sep 4, 2025

Subgraphs do not seem to be evaluating properly with Quick Render. Message from the EPS: "While testing out Quick Render, I've found that subgraph nodes are not being evaluated. Digging into it dee ...