EOS_PlayerDataStorage_DeleteFile

EOS API reference page for EOS_PlayerDataStorage_DeleteFile

2 mins to read

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 NameUsage Information
EOS_HPlayerDataStorage Handle
const EOS_PlayerDataStorage_DeleteFileOptions* DeleteOptionsObject containing properties related to which user is deleting the file, and what file name is
void* ClientDataOptional pointer to help clients track this request, that is returned in the completion callback
const EOS_PlayerDataStorage_OnDeleteFileCompleteCallback CompletionCallbackThis 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 NameUsage Information
const EOS_PlayerDataStorage_DeleteFileCallbackInfo* Data