Skip to content

Cesium for Unreal 2.24.1

Latest

Choose a tag to compare

@timoore timoore released this 02 Mar 23:25
· 83 commits to main since this release

This release includes support for Unreal Engine v5.5, v5.6, and v5.7 for Windows, Linux, macOS, Android, and iOS. Please select the appropriate ZIP for your version.

v2.24.1 - 2026-03-02

Fixes 🔧
  • Fixed an invalid Cesium ion test token.

v2.24.0 - 2026-03-02

Breaking Changes 📣
  • Deprecated AddCamera, RemoveCamera, UpdateCamera, and GetCameras on ACesiumCameraManager. Instead, use the new AdditionalCameras array to directly add or remove cameras.
  • Removed Cesium3DTileset::getFeaturesMetadataDescription. This can be directly retrieved from its attached UCesiumFeaturesMetadataComponent instead.
Additions 🎉
  • Added support for loading tilesets with the KHR_gaussian_splatting extension.
  • Added support for styling with tileset statistics on UCesiumFeaturesMetadataComponent.
  • Added UCesiumPropertyArrayBlueprintLibrary::ToString to print the contents of a FCesiumPropertyArray as a string.
  • Added DetectTransformChanges to UCesiumGlobeAnchorComponent to toggle whether the globe anchor should update itself after changes in its Actor's transform.
  • Added UsePlayerCameras, UseEditorCameras, and UseSceneCapturesInLevel to ACesiumCameraManager to toggle the automatic detection of cameras in the level for tile selection.
  • Added ACesiumCameraManager::SceneCaptures for more explicit control over which ASceneCapture2Ds are used for tile selection.
  • Added the option for FCesiumCamera to use parameters from a given UCameraComponent assigned through C++ or Blueprints.
Fixes 🔧
  • Added a missing includes in CesiumCartographicPolygon.cpp and CesiumMetadataValue.h, introduced in v2.23.0.
  • Build now uses the tinyxml2 library from Unreal's SDK on Linux and Windows if it is available. This eliminate a source of conflicts with other plugins that also use tinyxml2.

In addition to the above, this release updates cesium-native from v0.57.0 to v0.58.0. See the changelog for a complete list of changes in cesium-native.