Tile loading issue when recording panoramic videos with cesium for ue5

Hi @111111oct, welcome to the community!

Can you show us the problem you’re seeing, perhaps with a screenshot or video?

Based on your description, it sounds like Cesium for Unreal may be having trouble determining the parameters of your camera, perhaps because it has a very wide field of view. If so, you may have some luck by changing the following options on the Cesium3DTileset:

  • Turn OFF “Enable View Frustum Culling”.
  • Turn ON “Enforce Culled Screen Space Error”.
  • Set “Culled Screen Space Error” to the same value was your “Maximum Screen Space Error” (16 by default)

Another option is to use the CesiumCameraManager to give Cesium for Unreal custom camera parameters. Instructions for setting that up are here:

1 Like