You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
We are downloading some data in a UE4 Hololens 2 app, and saving it to FPaths::ProjectSavedDir().
However this folder gets deleted on app install and uninstall.
Is there a mechanism/example to save the files to local app data or some other folder to keep the files even after Hololens app is uninstalled.