This data structure is part of the TitleStorage Interface.
Remarks
Input data for the EOS_TitleStorage_ReadFile function
Properties
EOS_TitleStorage_ReadFileOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_TITLESTORAGE_READFILE_API_LATEST. |
EOS_ProductUserId LocalUserId | Product User ID of the local user who is reading the requested file (optional) |
const char* Filename | The file name to read; this file must already exist |
uint32_t ReadChunkLengthBytes | The maximum amount of data in bytes should be available to read in a single EOS_TitleStorage_OnReadFileDataCallback call |
EOS_TitleStorage_OnReadFileDataCallback ReadFileDataCallback | Callback function to handle copying read data |
EOS_TitleStorage_OnFileTransferProgressCallback FileTransferProgressCallback | Optional callback function to be informed of download progress, if the file is not already locally cached. If set, this will be called at least once before completion if the request is successfully started |