CesiumGS / cesium-unreal

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

"Reached threaded request limit" warning in UE 5.4 #1443

Closed kring closed 1 month ago

kring commented 1 month ago

When running in the Editor in UE 5.4 with a released version of the plugin, the log is spammed with this message:

LogHttp: Warning: Reached threaded request limit (20)

I theoretically fixed this in #1408, and I did for local development builds. But it doesn't work for released versions of the plugin because I forgot to include the newly-added Editor.ini file in FilterPlugin.ini, so the change isn't included in the shipped version of the plugin.