Select to view content in your preferred language

Error - Objects Not Initialising Properly

387
1
01-13-2025 02:50 PM
dborrelliAU
Esri Contributor

Hi there,

I'm working with Unreal Engine 5.5.1 and the ArcGIS SDK 1.7 on behalf of a client. I've been following this tutorial to familiarise myself with the software, but from what I can tell, I don't think the SDK is working as intended. Essentially, no map/scene is displaying in the UI:

dborrelliAU_0-1736807837945.png

I've followed the tutorial to a T, imported the plug-in correctly, and confirmed my API key works. All the basic checks. I even tried with SDK version 1.6 - no luck there.

Whilst I'm relatively unfamiliar with the product, I went to the logs to see if I could get some hints as to what is malfunctioning, and I noticed the following errors:

dborrelliAU_1-1736807895539.png

It seems like a variety of header files aren't being read properly? I'm unsure if this is exactly what's causing the issue in the UI, but surely this should be remedied.

My question is: Has anyone heard of or experienced these errors before? And if so, how did you remedy it?

Admittedly, the installation of Unreal Engine was a bit botched, since our IT department's settings set off Airlock any time one of the several executables was executed. So it went through several iterations of installing, part of the install being blocked, retrying, etc. Having to completely delete and reinstall the software is a last resort, so any help or insight into what might be going on is greatly appreciated! 

 

0 Kudos
1 Reply
AShahbaz
Esri Contributor

I believe those error messages can be ignored.
You could start by checking whether the samples work properly. After that, you could add a ArcGIS View State Logging Component to the ArcGIS Map Actor to get additional status messages in the log, which will be helpful for further debugging.

0 Kudos