Cesium in blueprints

Hi. Is there way to control which bing map imagery i use from blueprints? Example if i just want to change from Aerial to Road imagery from simple widget blueprint. Or hide buildings generated by cesium.
There are some blueprint commands but i dont know how to set it up…

Sure, just change the Asset ID property on the CesiumIonRasterOverlay. You can find the asset IDs in your Cesium ion account. Bing Maps Aerial is asset ID 2, and aerial with roads is 3.

Thanks. But i cant find anything that would do that. I have set asset id and cast to raster overlay bluprints but those wont do anything. What im missing?
.

Here’s a Blueprint that switches to aerial with roads when the user presses R:

Thank you its working !