How to hide (disable turn off, not show) cesium

how do i hide (visible) cesium
world terrain, 3dtileset, google photorealistic 3d tiles

during run time

basically, turn cesium on/ off

i notice setting cesium Georeference scale to 0,0,0, will hide it all…
now, how do i get that variable during run time?

Hi @WBBayard, welcome to the community!

Strangely, Unreal Engine doesn’t have a clear way to hide an Actor. Setting the scale to 0 could work, as you suggested. I also wouldn’t be surprised to see it cause problems, though.

Another object is to destroy the Cesium3DTileset entirely, and then recreate it when needed.

Either option can be done via Blueprints, and there’s nothing special to it. Where are you running into trouble?