EOS_PlayerDataStorage_EReadResult

EOS API reference page for EOS_PlayerDataStorage_EReadResult

Under 1 min to read

This enumerated type is part of the PlayerDataStorage Interface.

Remarks

Return results for EOS_PlayerDataStorage_OnReadFileDataCallback callbacks to return

Values

EOS_PlayerDataStorage_EReadResult

Enumerated ValueMeaning
EOS_RR_ContinueReadingSignifies the data was read successfully, and we should continue to the next chunk if possible
EOS_RR_FailRequestSignifies there was a failure reading the data, and the request should end
EOS_RR_CancelRequestSignifies the request should be canceled, but not due to an error