3dtiles position

How can I get the location of the 3dtiles model loaded in the scene? I use this method, but I can’t get the correct location

Hello @peijw,

That is the center location of the tileset in ECEF (Earth-Centered, Earth-Fixed). You will need to convert from ECEF coordinates to Unreal coordinates using the Georeference actor, to find the correct location in the scene. To maintain as much accuracy as possible, do that conversion before casting from double precision to single precision.

-Nithin

Thanks for your reply, which is very helpful to me