Skip to content

Commit

Permalink
Merge branch 'main' into good-any-cast
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Jul 8, 2024
2 parents a22b842 + c007fc7 commit 3985d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Fixed a bug that could cause a `bad_any_cast` exception when trying to access glTF extensions on non-Windows platforms. This commonly popped up when loading tilesets with metadata.
- Fixed a bug that caused the `GetInteger64` functions on `CesiumMetadataValue`, `CesiumPropertyArray`, and `CesiumPropertyTableProperty` to always return the default value on non-Windows platforms.
- Fixed issue with `UCesiumGlobeAnchorComponent::GetEllipsoid` that caused compilation errors on some machines.

### v2.7.0 - 2024-07-01

Expand Down
1 change: 1 addition & 0 deletions Source/CesiumRuntime/Public/CesiumGlobeAnchorComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ class CESIUMRUNTIME_API UCesiumGlobeAnchorComponent : public UActorComponent {
* Obtains the {@link UCesiumEllipsoid} set on the georeference used by this
* component.
*/
UFUNCTION(BlueprintGetter, Category = "Cesium")
UCesiumEllipsoid* GetEllipsoid() const;

/**
Expand Down

0 comments on commit 3985d58

Please sign in to comment.