This enumerated type is part of the PlayerDataStorage Interface.
Remarks
Return results for EOS_PlayerDataStorage_OnReadFileDataCallback callbacks to return
Values
EOS_PlayerDataStorage_EReadResult
Enumerated Value | Meaning |
---|---|
EOS_RR_ContinueReading | Signifies the data was read successfully, and we should continue to the next chunk if possible |
EOS_RR_FailRequest | Signifies there was a failure reading the data, and the request should end |
EOS_RR_CancelRequest | Signifies the request should be canceled, but not due to an error |