Cesium Georeference shifting

Hi! I have two blueprint classes. One is creating spline points, connecting it to represent different train stations line, another one is a location pin. When i try to locate a specific spot, the location pin will spawn to the coordinates accordingly. However, my stations line will shift as well.

My stations line coordinates are all recorded and read through csv file. Should’t it always be in a constant place? I cant seem to solve it.

You mention georeference shifting in the title, are you using CesiumGlobeAnchor components on your stations line? This component is intended to keep actors that have it locked to a specific world position. Could you also clarify where you are using the CesiumOriginShift component

Hi, thanks for helping! I didn’t know there is a CesiumGlobeAnchor component and now it sticks to its position!

No problem, feel free to mark the reply as a solution so others can easily find it :slight_smile: