GIS Importer for Unreal Engine
GIS Importer is a plugin for Unreal Engine that enables direct import of geospatial data into the engine. It provides a straightforward way to bring GIS datasets into Unreal for visualization, analysis, or further processing.
Supported FormatsGeoTIFF (.tif): raster data and elevation datasets
GeoJSON (.json / .geojson): vector data including points, lines, and polygons
GeoTIFF Import
Import raster datasets into Unreal with support for elevation data, heightmaps, and multi-band imagery.
GeoJSON Import
Load vector data and convert it into Unreal-compatible representations:
Points
Lines
Polygons
Data Conversion
Transforms GIS data into formats that can be used inside Unreal Engine for further development or visualization.
Georeferencing Support
Preserves coordinate-based positioning, allowing datasets to maintain spatial relationships.
Flexible Integration
Imported data can be used with custom tools, Blueprints, or pipelines within Unreal Engine.
Import GeoTIFF or GeoJSON files
Convert data into Unreal-compatible formats
Use the imported data within your own systems or workflows
Geospatial data visualization
Simulation systems
Research and prototyping
Custom tool and pipeline development
Shapefile (.shp) support
Additional GIS formats
Runtime functions for data extraction and querying
Extended data handling and processing options