Title Storage

The Title Storage Interface enables developers using Epic Online Services (EOS) to retrieve encrypted data from cloud servers.

More info on Title Storage - https://dev.epicgames.com/docs/game-services/title-storage

To get the Title Storage, firstly we will have to request all files from the Title Storage. This doesn't download the files but only loads the details of those files like name, ID etc.

Now if it was success, then we will get the file list like below.

After we have the file list, you may search through the list for the file you want to use OR just use the first file[For Example]

Calling Get Title File will download that file on your local device and is now available to be used.

Now you can use GetFileContent to get the contents of the files

Last updated