How to Setup (Overview Map Level)
- Open the OverviewMap_bp or OverviewMap_cpp level.
- Click on the ArcGISMapActor in the Outliner panel.
- Set your API key under the Authentication section in the Details panel.
- Click Play and select a city from the list.
How to Setup (Sample Viewer)
- Click Play in Unreal Editor.
- Input your API key under the API Key Drop-down.
- Click the Sample Drop-Down and select Overview Map under either the C++ or Blueprints tab.
How it works (C++)
- Create an ArcGIS Map using the UI Creator. Call it Main ArcGISMap. Drag in an ArcGISPawn into the scene and make it a child of the Main ArcGISMap
- Create a second ArcGIS Map using the UI Creator in the same origin location as the first one. Call this one ArcGIS Overview
- Drag in the OverviewMapCamera C++ actor. Position it below the Main ArcGISMap but above the ArcGIS Overview Map. Ensure that the OverviewMapCamera is a child of the ArcGIS Overview Map.
- Hit play.
Note: You can use UE_LOG
to print log messages in the Output Log window and see if you are gathering the data properly from the feature service.
How it works (Blueprints)
- Create an ArcGIS Map using the UI Creator. Call it Main ArcGISMap. Drag in an ArcGISPawn into the scene and make it a child of the Main ArcGISMap
- Create a second ArcGIS Map using the UI Creator in the same origin location as the first one. Call this one ArcGIS Overview
- Drag in the bp_OverviewMapCamera blueprint actor. Position it below the Main ArcGISMap but above the ArcGIS Overview Map. Ensure that the OverviewMapCamera is a child of the ArcGIS Overview Map.
- Hit play.
Note: You can use UE_LOG
to print log messages in the Output Log window and see if you are gathering the data properly from the feature service.
About the data
Building models for San Francisco are loaded from a 3D object scene layer hosted by Esri.
Elevation data is loaded from the Terrain 3D elevation layer hosted by Esri.
Tags
Overview Map