I received the following error relating to the PlaneTrack.cpp tutorial at the compute position in UE coordinates. Not sure what to do as this appears to be related to function not explicitly defined in the tutorial. I also received a bunch of compile warnings about using depreciated functions related to an older api. Is there an updated tutorial for the new API on UE5.3?
PlaneTrack.cpp:48:57: error: no member named ‘TransformLongitudeLatitudeHeightToUnreal’ in ‘ACesiumGeoreference’
glm::dvec3 UECoords = this->CesiumGeoreference->TransformLongitudeLatitudeHeightToUnreal(glm::dvec3(PointLongitude, PointLatitude, PointHeight));