CesiumGS / cesium-unreal

Bringing the 3D geospatial ecosystem to Unreal Engine
https://cesium.com/platform/cesium-for-unreal/
Apache License 2.0
921 stars 295 forks source link

Add compile support for Unreal Engine 5.4 #1396

Closed csciguy8 closed 5 months ago

csciguy8 commented 5 months ago

The official UE 5.4 is now available.

This PR allows the cesium-unreal plugin able to be dropped into 5.4 projects (blueprint or C++) and build successfully.

It also maintains compatibility with our current supported versions (5.1-5.3)

Closes #1393

j9liu commented 5 months ago

@csciguy8 this looks great to me. Only thing is I think we should set up CI for 5.4 before merging into main. As much as I don't want it to hold up this PR, I'm concerned we might find compilation errors with Linux or MacOS.

j9liu commented 5 months ago

Based on offline discussion, I'll merge this now. CI changes to come later.