Specify Cesium cartographic polygons by latitude and longitude

Hello,
I specified the hidden area using the web tutorial, but the range of the hidden polygon is shifted.
(Clipping Tilesets – Cesium)
How can I improve it?
Is it possible to specify Cesium cartographic polygons by latitude and longitude?

The polygon vertices can only be specified in Unreal world coordinates. But you can easily use functions on the CesiumGeoreference to transform longitude/latitude/height to Unreal world coordinates.

Thank you for your answer. Even though I am a beginner, I will try my best.