Does the current Cesium for Unreal version support loading WFS services? I haven’t found any relevant description about this. If it doesn’t support it, what should I do?
Hi @2698975280, welcome to the community!
We don’t directly support WFS, but we recently added support for draping lines and polygons from a GeoJSON over 3D Tiles and terrain using the [CesiumGeoJsonDocumentRasterOverlay](Cesium for Unreal: UCesiumGeoJsonDocumentRasterOverlay Class Reference). This is a component you can add to a Cesium3DTileset. Most WFS servers are able to return GeoJSON, so connecting this new component to your WFS server only requires that you construct a complete WFS URL that returns the required data in GeoJSON format. It will look roughly like this (not tested!):
https://your.wfs.example.com/some/path?service=WFS&version=2.0.0&request=GetFeature&typeName=myfeaturelayer&outputFormat=application/json