How to convert Longitude and Latitude to XY Coordinates?

My attempts are way to incorrect.

Hi there! What XY coords are used? Depending on that there can be different convertion rules.

I want to use the standard UE4 coordinates.

e.g. : 52.296667 Latitude, 10.723073 Longitude → x= latitude, y = longitude

Hey @UnhingedGoon have you find a solution to this?

Thanks,
Luigi

You should have a look at UTM. With the conversion to UTM you get Easting and Northing coordinates (x,y).

what if you only get non UTM coordinates?

Thank you @L1z4rD89 for trying to help me out.

Yes, I need to convert from EPSG:4326 - WGS 84 to EPSG:32630 - WGS 84 / UTM zone 30N

Would you be able to point me to the correct formulas to use? How accurate are those?

Many thanks,
Luigi

What exactly do you mean? You get e.g. 52.296667 Latitude, 10.723073 Longitude and then convert these to UTM. For that you have to use formulas which you can find on wikipedia. Or do you mean something different? Do you need help with implementing?