I am trying to Geo reference entire 3D scene using Arcgis sdk for unreal Engine. I have seen few documentation related to geo reference using plugin for 3d meshes. but nothing related to 3d scenes. Any way we can geo reference a 3d object scene layer and display coordinates on click event on any of the 3D objects.
Two samples that might help:
Reverse geocoding: https://github.com/Esri/arcgis-maps-sdk-unreal-engine-samples/blob/0c68aa9c45c0f8346b1f25993b9cc79ed...
Identify 3D Object Scene Layer IDs: arcgis-maps-sdk-unreal-engine-samples/sample_project/Content/SampleViewer/Samples/HitTest at main · ...