Unreal Engine 5.6 Released

Hello,

After upgrading a project from UE 5.5 to 5.6, Then 5.6.1
I’m consistently encountering the following warning in the Map Check for any actor that includes a SceneCaptureComponent2D:

MapCheck: Warning: BP_**** Static Mesh Actor has NULL StaticMesh property*

This issue also occurs in a brand-new 5.6 /5.6.1 project. Simply placing an actor that has a SceneCaptureComponent2D in the level triggers the same warning.

If I remove the SceneCaptureComponent2D, the warning disappears.

I did not see this warning in 5.5.

Additionally, I noticed that in 5.6, the SceneCaptureComponent2D no longer displays the camera mesh in the Blueprint; it just appears empty.

I’ve already tried verified and reinstalled the entire 5.6 / 5.6.1 versions, but the issue remains. There are no camera meshes, and the warning still appears during map check.

I believe it’s a bug. I’ve already submitted a report, and I’ve seen others mention the same issue, so it’s not just happening in my launcher.

Here’s a video showing the issue:
https://www.youtube.com/watch?v=8ZvcmTkPfmM

And here’s another report I found on the forums:
SceneCaptureComponent2D

Thanks in advance!