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 ...
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 ...
NaniteBuilder uses an int8 type for ExternalEdges and counts adjacency with a int32. The bug stems for the cast to int8 when adding the adjacency count into the ExternalEdges array. The precision l ...
Generated from CrashReporter ...
The -DiffOnly cook mode shows that the LightingGuid seems to change every cook. In Lyra, there seems to be 48 such assets that change every cook due to this. ...
Disabling collision on a Landscape doesn't work when using the Collision Preset 'NoCollision'. The Landscape still generates collision on Static and Skeletal meshes. ...