version: unreal 5.0
platform: windows,x64
qa:
UE5 running state, how to query the elevation information by giving latitude and longitude, for example, the latitude and longitude is located on a mountain, I need to get the elevation information of the current mountain, although the georeference has an initial elevation, but this elevation only determines the relative origin in UE5
1 Like
This is something we’re considering adding direct support for in the future. Currently, though, the only way is to wait for the terrain to be sufficiently loaded and then do a line trace downward to find the coordinates of the terrain surface.
3q,i will try