Skip to content

Commit 0d23cd6

Browse files
authored
Merge pull request #1709 from CesiumGS/Mark-CesiumEllipsoidFunctions-as-CESIUMRUNTIME_API
Added CESIUMRUNTIME_API (DLLEXPORT) to CesiumEllipsoidFunctions class
2 parents 2838d5e + 42531b0 commit 0d23cd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

Source/CesiumRuntime/Private/CesiumEllipsoidFunctions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {
1616
public:
1717
/**
1818
* Scale the given Ellipsoid-Centered, Ellipsoid-Fixed position along the

0 commit comments

Comments
 (0)