EOS Integration Kit
  • 👋Welcome to EOS Integration Kit
  • EOS Project Setup
  • Modified EOS Subsystem Plugin
  • Authentication
    • with Account Portal
    • with Persistent Auth
    • with Epic Launcher
    • with DevTool
    • with Device ID
    • with Steam
    • with Google [Android]
    • Logout
  • Sessions
    • 📺Setup Video
    • Lobby Vs Sessions
    • Create Session
    • Create Lobby
    • Find Sessions and Lobbies
    • Destroy Sessions
    • Join Sessions
    • 🤖Dedicated Server
  • Storage
    • Player Storage
    • Title Storage
  • Statistics
    • Set Player Stats
    • Get Player Stats
  • Store
    • Get Store Items
    • Purchase Item
    • Get Owned Items
  • Extra Integrations
    • 👽PlayFab Integration
    • 🥰EOS Voice Integration Kit's Integration
  • Extra Functions
    • GetPlayerNickname
    • GetLoginStatus
    • Get UserUniqueID
    • Get ProductUserID
    • Get EpicID
  • Development Stage
    • 😌Implemented Features
Powered by GitBook
On this page
  1. Storage

Title Storage

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

PreviousPlayer StorageNextSet Player Stats

Last updated 2 years ago

More info on 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

https://dev.epicgames.com/docs/game-services/title-storage