This causes the ObjectId pass in MRQ to fail to distinguish between materials in the resulting Cryptomatte file. It looks like FGeometryCacheSceneProxy doesn't implement CreateHitProxies so it's f ...
After a bit of investigation, the way to fix this would be to modify MergeMaskIntoAlpha to pass in the actual resolution scale and the requested size, and only mask the overlapping pixels. Currently ...
This is not a regression tested in //UE5/Release-5.0 CL22491701 Collapsing an Event with 1 connected node and 1 unconnected node to a function results in Both nodes being connected in the function ...
ALLOW_DITHERED_LOD_FOR_INSTANCED_STATIC_MESHES works without crashing in ue4.27. It appears that this code path is not maintained in ue5. ...
It looks like the skylight is not updating the CPU side SH values when Real Time Capture is enabled, and thus old/empty values are sent to the fog. ...
This issue occurs when there is a material with Anisotropy, like the attached GIF.[Image Removed] ...
A subtle yellow tint color shift occurs when Lumen is active due to usage of R11G11B10_Float targets, mostly from r.Lumen.ScreenProbeGather.SpatialFilterProbes where we ping-pong between R11G11B10_F ...
Material Instances used in Custom Buffer Visualizations do not respect parameter overrides, and use the parent material's values. Also tested on UE5-Main, CL: 34543023 ...