Select to view content in your preferred language

Unreal Engine crash when using the SDK

707
4
Jump to solution
05-12-2026 09:32 AM
Fishy1996
Emerging Contributor

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 v2.3.0

- UE 5.6.1 -> ArcGIS SDK v2.2.0

All have the same issue. I have attached the log files, hopefully someone knows how to solve this.

0 Kudos
1 Solution

Accepted Solutions
and1
by Esri Contributor
Esri Contributor

There appears to be a conflict with the GeoreferencingSystem actor in this Simulation template. After removing that, a Map can be created successfully. 

and1_1-1778620020377.png

We had a fix for this and it will go in for version 2.4. For now, we would recommend you either remove the GeoreferencingSystem actor before creating a map or just use the Blank template instead. Thanks!

 

View solution in original post

0 Kudos
4 Replies
and1
by Esri Contributor
Esri Contributor

Hello @Fishy1996 , were you using the Simulation blank template by any chance?

0 Kudos
Fishy1996
Emerging Contributor

Yes, exactly that one! I want to use it to make a simulation over the tiles. That's why I chose it.

0 Kudos
and1
by Esri Contributor
Esri Contributor

There appears to be a conflict with the GeoreferencingSystem actor in this Simulation template. After removing that, a Map can be created successfully. 

and1_1-1778620020377.png

We had a fix for this and it will go in for version 2.4. For now, we would recommend you either remove the GeoreferencingSystem actor before creating a map or just use the Blank template instead. Thanks!

 

0 Kudos
herman34
New Member

As the crash happens every time you create an ArcGIS Map, i think it is a plugin initialization issue than a project problem. You have already tested multiple UE and SDK versions, so its probably not just a version mismatch. Try reproducing it in a brand new blank project with only the ArcGIS plugin enabled. If it still crashes, check the call stack or crash log and share it with Esri support—they should be able to tell if it's a known SDK issue.

0 Kudos