![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IAnalyticsSessionSummarySender.h>
Inheritance diagram for IAnalyticsSessionSummarySender:Public Member Functions | |
| virtual | ~IAnalyticsSessionSummarySender ()=default |
| virtual bool | SendSessionSummary (const FString &UserId, const FString &AppId, const FString &AppVersion, const FString &SessionId, const TArray< FAnalyticsEventAttribute > &Properties)=0 |
Sends the analytics session summary to a backend service.
|
virtualdefault |
|
pure virtual |
Emits the summary events for the specified session id on behalf of the specified user/app/appversion. The function filters the properties by invoking the functor specified at construction.
| UserId | The user emitting the report. |
| AppId | The application for which the reports is emitted. |
| AppVersion | The application version for which the report is emitted. |
| SessionId | The session is for which the report is emitted. |
| Properties | The list of properties that makes up the summary event. |
Implemented in FDummyAnalyticsSummarySender, and FAnalyticsSessionSummarySender.