CesiumGS / cesium-unreal

Bringing the 3D geospatial ecosystem to Unreal Engine
https://cesium.com/platform/cesium-for-unreal/
Apache License 2.0
902 stars 287 forks source link

Duplicating `CesiumGeoreference` causes crash #1354

Open j9liu opened 6 months ago

j9liu commented 6 months ago

In Cesium for Unreal Samples, open the first level. Select the CesiumGeoreference in the World Outliner and hit Ctrl + D. (This will also happen if you copy + paste it. )

First, this breakpoint will trigger in UObjectGlobals.cpp, in StaticFindFirstObject.

image

Then, this line will have an exception + crash.... image

The call stack happens in line 149 in Cesium3DTileset.cpp, under ResolveGeoreference():

image