This function is part of the PlayerDataStorage Interface.
Remarks
Callback for when we have data ready to be read from the requested file. It is undefined how often this will be called during a single tick.
Return Value
The result of the read operation. If this value is not EOS_RR_ContinueReading, this callback will not be called again for the same request
Parameters
EOS_PlayerDataStorage_OnReadFileDataCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_PlayerDataStorage_ReadFileDataCallbackInfo* Data | Struct containing a chunk of data to read, as well as some metadata for the file being read |