Select to view content in your preferred language

Unreal Engine crash when using the SDK

224
3
Jump to solution
a week ago
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
3 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