EOS_PlayerDataStorage_FileTransferProgressCallbackInfo

EOS API reference page for EOS_PlayerDataStorage_FileTransferProgressCallbackInfo

1분 소요

This data structure is part of the PlayerDataStorage Interface.

Remarks

Data containing the information about a file transfer in progress (or one that has completed)

Properties

EOS_PlayerDataStorage_FileTransferProgressCallbackInfo

PropertyValue
void* ClientDataClient-specified data passed into the file request
EOS_ProductUserId LocalUserIdThe Product User ID of the local user who initiated this request
const char* FilenameThe file name of the file being transferred
uint32_t BytesTransferredAmount of bytes transferred so far in this request, out of TotalFileSizeBytes
uint32_t TotalFileSizeBytesThe total size of the file being transferred (Includes file header in addition to file contents, can be slightly more than expected)