EOS_PlayerDataStorage_ReadFileDataCallbackInfo

EOS API reference page for EOS_PlayerDataStorage_ReadFileDataCallbackInfo

1 min to read

This data structure is part of the PlayerDataStorage Interface.

Remarks

Data containing data for a chunk of a file being read

Properties

EOS_PlayerDataStorage_ReadFileDataCallbackInfo

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 being read
uint32_t TotalFileSizeBytesThe total file size of the file being read
EOS_Bool bIsLastChunkIs this chunk the last chunk of data?
uint32_t DataChunkLengthBytesThe length of DataChunk in bytes that can be safely read
const void* DataChunkPointer to the start of data to be read