Select to view content in your preferred language

How can I faster the speed of loading basemap and elevation that both from the arcgis source?

601
2
01-04-2023 11:06 PM
WillDeng
New Contributor

I am using ArcGIS Maps SDKs with Unreal Engine 5.0.3 to display a large area.
I need the fastest speed to load the basemap and elevation of arcgis. What can I do? For example, how can I implement preloading

0 Kudos
2 Replies
Matt_Nelson
Esri Alum

Could you try putting a splash screen in front of the camera to hide it for a second?

Another approach would be to turn down the quality scaling factor on the camera component. Your content's quality will suffer but if speed is your priority this will resolve that.

0 Kudos
WillDeng
New Contributor

I very appreciate for your reply.Is it the only way?And there is another one question, can I set the Arcgis 3D object from sceneserver location in the world,like buildings?if I can,how can I do it?

0 Kudos