CesiumGS / cesium-unreal

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

Need memory leak tests #1362

Open csciguy8 opened 5 months ago

csciguy8 commented 5 months ago

Memory leaks can result in poor performance or even crashing on resource constrained devices.

How do we know our plugin isn't leaking memory?

An easy to run test would be great. An automated test that runs on CI would be ideal.

A couple related issues: https://github.com/CesiumGS/cesium-unreal/issues/1325 https://github.com/CesiumGS/cesium-unreal/pull/1330