File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Source/CesiumRuntime/Private Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 55##### Fixes :wrench :
66
77- Fixed error messages in the Unreal log about uninitialized fields in ` FCesiumGeocoderServiceAttribution ` and ` FCesiumGeocoderServiceFeature ` .
8+ - Fixed a bug where ` CesiumEllipsoidFunctions ` was inaccessible outside of the plugin.
89
910### v2.17.0 - 2025-07-01
1011
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Ellipsoid;
1212 * A collection of methods for working with {@link CesiumGeospatial::Ellipsoid}
1313 * objects from Unreal.
1414 */
15- class CesiumEllipsoidFunctions {
15+ class CESIUMRUNTIME_API CesiumEllipsoidFunctions {
1616public:
1717 /* *
1818 * Scale the given Ellipsoid-Centered, Ellipsoid-Fixed position along the
You can’t perform that action at this time.
0 commit comments