Feature
Currently there's no (easy) way to allow users to clear the cache in Editor or at runtime. However, it can be done from C++ code.
The closest thing we have in the UI is the maxItems property on CesiumRuntimeSettings. However, it would be nice to provide some option on CesiumRuntimeSettings to allow a user to clear this cache, both in-Editor and at runtime (e.g., on application exit).
Related: CesiumGS/cesium-unreal#1825
Feature
Currently there's no (easy) way to allow users to clear the cache in Editor or at runtime. However, it can be done from C++ code.
The closest thing we have in the UI is the
maxItemsproperty onCesiumRuntimeSettings. However, it would be nice to provide some option onCesiumRuntimeSettingsto allow a user to clear this cache, both in-Editor and at runtime (e.g., on application exit).Related: CesiumGS/cesium-unreal#1825