Tileset Loading

Hi,

When working in unreal with the cesium plug is there a way to pause the tile sets from loading.

When Im zoomed out it is the most current tile set of the location but if I zoom in it will load the ground of an earlier time. I just want to pause the loading or stop that tile set from showing.


Thanks,

Hello @patrick.darcey ,

There is a “Suspend Update” option under the “Debug” category in the tileset’s details panel. This option can also be set from blueprint, in case you need to toggle it during play mode.

Let me know if that doesn’t work for your use case!

-Nithin

Thanks that worked.

Cheers.