This function is part of the Reports Interface.
Remarks
Sends the provided report directly to the Epic Online Services back-end.
Parameters
EOS_Reports_SendPlayerBehaviorReport
Parameter Type And Name | Usage Information |
---|---|
EOS_HReports Handle | |
const EOS_Reports_SendPlayerBehaviorReportOptions* Options | Structure containing the player report information. |
void* ClientData | Optional client data provided by the user of the SDK. |
const EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback CompletionDelegate | This function is called when the send operation completes. |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback to report the results of its operation.
Callback Remarks
Function prototype definition for callbacks passed to EOS_Reports_SendPlayerBehaviorReport.
Callback Parameters
EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_Reports_SendPlayerBehaviorReportCompleteCallbackInfo* Data | A EOS_Reports_SendPlayerBehaviorReportCompleteCallbackInfo containing the output information and result. |