This function is part of the ProgressionSnapshot Interface.
Remarks
Saves the previously added Key/Value pairs of a given Snapshot to the service. Note: This will overwrite any prior progression data stored with the service that's associated with the user.
Parameters
EOS_ProgressionSnapshot_SubmitSnapshot
Parameter Type And Name | Usage Information |
---|---|
EOS_HProgressionSnapshot Handle | |
const EOS_ProgressionSnapshot_SubmitSnapshotOptions* Options | |
void* ClientData | |
const EOS_ProgressionSnapshot_OnSubmitSnapshotCallback CompletionDelegate |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_ProgressionSnapshot_OnSubmitSnapshotCallback to report the results of its operation.
Callback Parameters
EOS_ProgressionSnapshot_OnSubmitSnapshotCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo* Data |