How to import geojson in unreal?

Hello Everyone,

I’m currently working on importing GeoJSON data into Unreal Engine. My research indicates that one approach involves converting GeoJSON to either FBX or glTF formats. I’m exploring script-based methods for this conversion, and as a newcomer to Unreal, I’d appreciate any guidance or assistance from the community. If anyone has experience or insights in this area, your help would be invaluable. Thank you!

Hi,

I am currently working on a C++ implementation of an GeoJSON Parser. Looking for some help on designing how it would work easiest for users. If you had a plugin for this, how would you imagine it looks like and how u use it?