Looks like this can occur with motion blur off aswell, so likely it's a TAA motion vector issue. Similar issue occurs in UE5 (see [Link Removed]) ...
Any environment with volumetric fog enabled will have a light leak which appears through objects. Found in 4.20 CL# 4369336, 4.21 CL# 4613538, 4.22 CL# 4666322 ...
The vertex interpolate node doesn't work with lightmass. Found in 4.19 CL# 4033788, 4.20 CL# 4233996, and 4.21 CL# 4258917 ...
Cloth LOD Index is changed only during the mesh is on the screen. LOD Index is set to 0 at spawning, so clothing simulation runs as minimum LOD level until the mesh is in the field of view. It's no ...
When modifying the contact offset in a project it appears to have no effect. The setting that worked in a previous engine version (4.19) now collide in the same way as the default settings. ...
The viewport is shifted by the IVideoRecordingSystem::SetRecording call. This problem occurs in play standalone mode and packaged build running as window mode. (not occur in fullscreen mode) The vie ...
"UPrimitiveComponent::bStaticWhenNotMoveable"'s category is set to Lighting, not Physics. This causes it to be hidden when lighting-related properties are hidden, even though it controls physics sta ...
When turning on the Vertex Color option in the static mesh editor, the whole viewport turns white. ...