This demo showcases the title storage interface. This functions similar to the player data storage interface, although the data accessed is game/platform specific instead of player specific. This demo allows users to search files by tag and name and then view their contents. The demo is broken up into three parts, Tags search, File Search and the File viewer:
- Tag Search
Add TagAdds the tag entered into theEnter tag namefield to the list of current tags.Add Platform Tagadds the tag for the current platform such asPLATFORM_WINDOWS.Clear Tagsclears all tags from the list.Tagslists the current tags.
- File Search
Find Files With Tagssearches for all files with the current list of tags.FilesDisplays all the files from theFind Files With Tagssearch result.Enter filename from Title StorageandView Contentsallow users to view the contents of a specific file.
- File Viewer
File ContentsDisplays the contents of the selected file.
Note
See Epic's documentation on the Title Storage interface for more information.