This enumerated type is part of the PlayerDataStorage Interface.
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 cancelled, but not due to an error
|
This enumerated type is part of the PlayerDataStorage Interface.
Return results for {OnWriteFileDataCallback} callbacks to return
Values
PlayerDataStorage.WriteResult
Enumerated Value
|
Meaning
|
ContinueWriting
|
Signifies the data was written successfully, and we should write the data the file
|
CompleteRequest
|
Signifies all data has now been written successfully, and we should upload the data to the cloud
|
FailRequest
|
Signifies there was a failure writing the data, and the request should end
|
CancelRequest
|
Signifies the request should be cancelled, but not due to an error
|
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