Cesium for Unreal v1.14.0 (Unreal Engine 4)
v1.14.0 - 2022-06-01
This release includes support for Unreal Engine v4.26 and v4.27 for Windows, Linux, macOS, Android, and iOS. Please select the appropriate ZIP for your version. For Unreal Engine 5, please see Cesium for Unreal v1.14.0 (Unreal Engine 5).
Breaking Changes 📣
- Renamed
ExcludeTilesInside
toExcludeSelectedTiles
on theCesiumPolygonRasterOverlay
. A core redirect was added to remap the property value in existing projects.
Additions 🎉
- Added the
InvertSelection
option onCesiumPolygonRasterOverlay
to rasterize outside the selection instead of inside. When used in conjunction with theExcludeSelectedTiles
option, tiles completely outside the polygon selection will be culled, instead of the tiles inside.
In addition to the above, this release updates cesium-native from v0.15.1 to v0.16.0. See the changelog for a complete list of changes in cesium-native.