Skip to content

Commit

Permalink
Merge pull request #1471 from CesiumGS/added-ufunction-to-getellipsoid
Browse files Browse the repository at this point in the history
Fix inconsistent GetEllipsoid compilation error
  • Loading branch information
azrogers committed Jul 3, 2024
2 parents 8ed7665 + 08be04d commit c007fc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

### ? - ?

#### Fixes :wrench:

- Fixed issue with `UCesiumGlobeAnchorComponent::GetEllipsoid` that caused compilation errors on some machines.

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

##### Additions :tada:
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 c007fc7

Please sign in to comment.