-
Streaming basemap on intranet
Hello, I want to use the ArcGIS SDK for Unreal on the intranet of my company and we have ArcGIS Enterprise to host the maps without the need for Authentication. For the Basemap, what would the URL look like and and where do I fill it in SDK for this to work?
-
ArcGIS map moving upwards on Play
Hello, I have the SDK 2.3 and UE 5.7. I have set the Origin Position under Map and set the Camera Position under Camera. Both are the exact same. When I play the game however, the game starts good from the coordinates and altitude, but the camera is moving slowly upwards and I have no idea why.
-
Attitude Transformation Method
I have spotted coordinate transformation methods in the ArcGISMapComponent code. I now have a requirement to implement mutual conversion between the Rotation parameter in the game engine's Transform and the Rotation parameter within the ArcGISLocation component. Is there an existing implementation for this? Thanks.
-
ArcGISlocation component(On the Ground)
Based on the ArcGIS Maps SDK for Unreal Engine v2.2.0 plugin running on Unreal Engine 5.5. I need to implement a procedural random foliage spawning feature, with the technical workflow broken down into the following steps: 1.Utilize the raycast function provided by the SDK to retrieve ground position data at the mouse…
-
Performance Issue with ArcGISIntegratedMeshLayer (SLPK) in Unreal – High GPU Memory Usage at High Camera Altitude
Hi everyone, I’m currently using ArcGIS Maps SDK for Unreal Engine to load a large Integrated Mesh Layer (SLPK exported from ArcGIS Pro, ~200GB). I’m encountering serious performance issues when the camera is at a high altitude. Environment: * ArcGIS Maps SDK for Unreal Engine (latest version) * Unreal Engine 5.6 * GPU:…
-
Can UE widget UI set variable values in ArcGIS
Can UE user set variable values in ArcGIS. UE UI is a widget where user inputs values for ArcGIS to do a type of map or function. For example, user wants to go to a certain coordinate or set map scale.
-
Unreal Engine crash when using the SDK
I want to use Unreal Engine 5.7.4 in combination with ArcGIS SDK version 2.3.0. When I follow this tutorial (https://developers.arcgis.com/unreal-engine/install-and-set-up/), Unreal Engine crashes the moment I want to create the map. I also tried the combinations: - UE 5.7.4 -> ArcGIS SDK v2.2.0 - UE 5.6.1 -> ArcGIS SDK…
-
I can't run the project in Unreal Engine with ArcGIS Maps SDK for Unreal Engine
Hello, I can't run the project after installing the plugin. When I run the project, I get this window and even if I click yes, another window pops up and no matter what I click there, my project simply won’t start. Version of EU - 5.5.4 Version of SDK - 2.2.0
-
Unlit material now default?
After upgrading to 2.2 all our integrated meshes that we stream in with the ArcGIS plugin to Unreal have unlit materials. Which breaks all our projects. 1 - Why. Why was this implemented, what is this trying to achieve 2 - How do we fix it
-
trying to create an elevation layer from high resolution raster Geotiff elevation source as slpk?
in esri UNREAL SDK 2.1.0 and UE5.4 trying to create an elevation layer from high resolution raster Geotiff elevation source. I have put in layers from 3Dtiles as local slpk packages but I cant seem to figure out how to get an .slpk packages out of ArcGIS Pro 3.5. Also is this only going to work if I have 3D and Spatial…
-
Sync the edits of a 3Dobject Scene Layer
Just a quick question: If you add a 3D object Scene Layer in Unreal through the ArcGIS plugin, will edits to this layer be updated in Unreal? For example: If you move (x,y and z) a building (3D object Layer) in a web scene, and the same building has been added to Unreal via the plugin, will I see changes made to the…
-
Load world in Unreal Engine using URL
Hello, I'm very new to this SDK and trying to learn. There is an online ArcGIS elevation map URL (https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer). I have a similar URL on a private stand-alone server, that I want to use. Now my question is: is it possible to load the entire world…
-
2.1 documentation - can't unzip
Hi I'm trying to access the 2.1 documentation from https://developers.arcgis.com/unreal-engine/downloads/, when it downloads and i try to unzip it, i get a Windows message saying: Has anyone else encountered this, or know how to resolve? Cheers Corey
-
Could not find Attributes To Visualize
Hi everyone, I am trying the material by attribute in the VR sample project. I have 3D buildings in the layer. Please see the screenshot. I am supposed to connect "attribute visualization" component to " cast to arcgis 3d scene layer". But such a component does not appear. I am stuck here. Can anyone help?
-
ArcGIS Maps SDK Crash on 5.6.1 Linux
I am getting this crash on project startup on Linux when using the ArcGIS Maps SDK on Linux for Unreal 5.6.1. My NVIDIA driver is 575.57.08. Happens on multiple machines unfortunately. Am I the only one, or is this a known problem? Assertion failed: false [File:./Runtime/VulkanRHI/Private/VulkanMemory.cpp] [Line: 2640]…
-
ArcgisCamera not rendering tiles properly in UE5.3
We have been having issues with this for a while. It appears that the arcgis camera component doesn't render highest LOD on the lower third of the camera view. Is there any way to force the camera to load this part of the terrain porperly?
-
VRsample
Dear community, I am using VRSample from GitHub. I am not able to focus on my own city, even though I enter the coordinates to ArcGISMapActor. Any idea? Thnak you.
-
App authentication for unreal sdk
at the moment, to access private content, we need to either use API key, or User Authentication, the API key option is not supported for arc gis enterprise 11.3 and the user authentication required the user to login to arc gis everytime the solution runs, this is quite frustrating for the users in the application, there is…
-
Issue creating API credentials for Unreal Engine (API Key option missing)
Hello, I would like to create an API for Unreal Engine, but when I go to my portal and click on Content > My Content > New Item, the window that opens only gives me the option for OAuth 2.0 credentials. The option for API key credentials is not available. Why is this happening, and how can I create an API? Could you please…
-
ArcGIS Map SDK for Unreal – Distance mismatch in Local mode vs Global mode
My environment: * Unreal Engine 5.4.4 * ArcGIS Map SDK for Unreal 2.0.0 When the MapType is set to Local, the measured distance in Unreal Engine does not match the real-world distance. For example: the actual distance between point A and point B is 5 meters, but in UE with Local mode, the measurement tool gives me more…
-
Offline ArcGIS Unreal Plugin
Hi, I've been using Unreal Engine 5.4.4 alongside ArcGIS Pro 3.5 to try and produce a globe viewer that can be accessed while offline. To achieve this I've been downloading Maps as .tpkx and .vtpk tiles respectively and loading them into Unreal by assigning their filepath to the Basemap parameter on my ArcGISMapActor. So…
-
Problem with displaying local VTPK + TPKX after reopening project in Unreal (ArcGIS Maps SDK)
Dear community, i am currently working with the ArcGIS Maps SDK for Unreal Engine (UE 5.6). I was able to successfully load and display my local data (Vector Tile Basemap & Elevation Model, Spatial Reference: ESPG:31255) The first time I set up the project, everything worked perfectly - the basemap and elevation were…
-
Layer Rendering Issue: Colors Disappear, Only Contours Visible After Reopening Level
Hi, I’m using ArcGIS in Unreal Engine, and after saving my level and reopening it, the layer that’s supposed to display colors has turned black, and only the contour lines are visible. Is there a known fix or setting I might be missing?
-
Adding a data layer and AR
Dear community, I am exploring the arcgis maps SDK for Unreal Engine. I am using the SDK 2.0. The streaming the tutorial data regardign san francisco works well. But when I try to zoom in to my city and add data I am not able to view. Is there anyone with the same issue? Secondly, I want to test how I can view this clipped…
-
State Plane and WGS84
Hi, I've modeled a 12-mile-long LRT corridor using data in the State Plane coordinate system. However, when importing the data into UE5 with the ArcGIS SDK, it doesn't align correctly. I've tried setting the WKID to the appropriate State Plane projection, but it doesn't seem to have any effect. I encountered a similar…