This function is part of the PlayerDataStorage Interface.
Remarks
Deletes an existing file in the cloud. If successful, the file's data will be removed from our local cache.
Parameters
EOS_PlayerDataStorage_DeleteFile
Parameter Type And Name | Usage Information |
---|---|
EOS_HPlayerDataStorage Handle | |
const EOS_PlayerDataStorage_DeleteFileOptions* DeleteOptions | Object containing properties related to which user is deleting the file, and what file name is |
void* ClientData | Optional pointer to help clients track this request, that is returned in the completion callback |
const EOS_PlayerDataStorage_OnDeleteFileCompleteCallback CompletionCallback | This function is called when the delete operation completes |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_PlayerDataStorage_OnDeleteFileCompleteCallback to report the results of its operation.
Callback Remarks
Callback for when EOS_PlayerDataStorage_DeleteFile completes
Callback Parameters
EOS_PlayerDataStorage_OnDeleteFileCompleteCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_PlayerDataStorage_DeleteFileCallbackInfo* Data |