This function is part of the PlayerDataStorage Interface.
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
This function is part of the PlayerDataStorage Interface.
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 {ReadResult.ContinueReading}, this callback will not be called again for the same request
Parameters
PlayerDataStorage.OnReadFileDataCallback
Parameter Type And Name
|
Usage Information
|
ReadFileDataCallbackInfo data
|
Struct containing a chunk of data to read, as well as some metadata for the file being read
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no