MemReport does not seem to respect mesh streaming

UE - Rendering Architecture - Aug 6, 2024

The function "FStaticMeshLODResources::GetResourceSizeEx(...)" does not take into account that the buffers might be emptied, due to Mesh Streaming. This causes "obj list" to report sizes larger than ...

Screen Probes and Specular Firefly Flickering near screen edges

UE - Graphics Features - Lumen - Aug 6, 2024

Lumen's rough specular indirect lighting buffer can have fireflies along the bottom and right edges of the screen. Also tested in //UE5/Main, CL: 35177423 ...

Pasting custom data floats from a text editor into a instanced static mesh component crashes the editor

UE - Gameplay - Components - Aug 5, 2024

When an instanced static mesh component with a material using a PerInstanceCustomData node has its data floats pasted in, the editor crashes with an "Array index out of bounds" error. The licensee w ...

Curve Table Editor's "Add Key" functionality does not work and appears to not be implemented..

UE - Editor - Workflow Systems - Aug 5, 2024

Creating a new Curve Table asset, and then trying to use the right-click menu "Add Key" option does not do anything. FRealCurveModel still has the function, but it is left intentionally empty despit ...

r.VolumetricRenderTarget.PreferAsyncCompute producing different visuals

UE - Graphics Features - Aug 2, 2024

When the cvar "r.VolumetricRenderTarget.PreferAsyncCompute" is enabled, it will cause Volumetric Clouds to ignore the influence of Volumetric Fog. In high-fog environments, this can cause the clouds ...

Issue with Landscape Layer Blending Node compile in UE 5.4.2

UE - LD & Modeling - Terrain - Aug 2, 2024

When the SetMaterialAttributes Material Expression is used without an input to MaterialAttributes, it will cause Landscape Layer Blend expressions to fail to compile if it is the only layer on a par ...

Pressing the "Show Inactive" button in the material instance editor did not display groups that did not contain the active parameter

UE - Rendering Architecture - Materials - Aug 1, 2024

When pressing the "Show Inactive" button in the material instance editor, all material parameters are supposed to be displayed in the EditorUI. This is not the case, only some of the parameters are ...

'Platform Stats' incorrectly display the number of Texture Calls for a material

UE - Rendering Architecture - Materials - Jul 29, 2024

When the DBuffer is disabled in the project settings, the Material Editor Stat page will still display the estimated texture lookups for the DBuffer. It appears that the code that adds these estimat ...

Memory leak when Lumen is disabled but r.MeshCardRepresentation=1

UE - Graphics Features - Lumen - Jul 29, 2024

When Lumen is disabled, but the cvar "r.MeshCardRepresentation" is set to 1, Lumen will continuously enqueue object removal from the Lumen Scene, without ever emptying the array of primitives to rem ...

Chaos Cache : When Min Speed To Spawn Trailing Particles > 0, particles are never spawned by chaos cache trailing events

UE - Niagara - Data Interface - Jul 26, 2024

Because UniagaradataInterfaceChaosDestruction::HandleTrailingEvents does not respect incoming TrailingEvent data, the debris velocity during chaos cache playback is always evaluated as zero. The fo ...