This function is part of the ProgressionSnapshot Interface.
Remarks
Wipes out all progression data for the given user from the service. However, any previous progression data that haven't been submitted yet are retained.
Parameters
EOS_ProgressionSnapshot_DeleteSnapshot
Parameter Type And Name | Usage Information |
---|---|
EOS_HProgressionSnapshot Handle | |
const EOS_ProgressionSnapshot_DeleteSnapshotOptions* Options | |
void* ClientData | |
const EOS_ProgressionSnapshot_OnDeleteSnapshotCallback CompletionDelegate |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_ProgressionSnapshot_OnDeleteSnapshotCallback to report the results of its operation.
Callback Parameters
EOS_ProgressionSnapshot_OnDeleteSnapshotCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_ProgressionSnapshot_DeleteSnapshotCallbackInfo* Data |