This enumerated type is part of the PlayerDataStorage Interface.
Remarks
Return results for EOS_PlayerDataStorage_OnWriteFileDataCallback callbacks to return
Values
EOS_PlayerDataStorage_EWriteResult
Enumerated Value | Meaning |
---|---|
EOS_WR_ContinueWriting | Signifies the data was written successfully, and we should write the data the file |
EOS_WR_CompleteRequest | Signifies all data has now been written successfully, and we should upload the data to the cloud |
EOS_WR_FailRequest | Signifies there was a failure writing the data, and the request should end |
EOS_WR_CancelRequest | Signifies the request should be canceled, but not due to an error |