Can i change longitude and latitude when game is started?

Hi, I want to adjust the longitude and latitude when the game is started. I want them to be able to type in a new longitude and latitude. Is this possible?

Hi @Yorankrol, you can set the georeference origin in play as described here - Set CesiumGeoreference-1 in blueprint or sequencer

In your case, you would need to do some UI work to make the blueprint communicate with your text input field. But it is certainly possible.

-Alex