Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/IAnalyticsSessionSummarySender
Description
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.
Derived Overrides
| Name | SendSessionSummary |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsSessionSummarySender.h |
| Include Path | #include "IAnalyticsSessionSummarySender.h" |
bool SendSessionSummary
(
const FString & UserId,
const FString & AppId,
const FString & AppVersion,
const FString & SessionId,
const TArray < FAnalyticsEventAttribute > & Properties
)
Parameters
| Name | Remarks |
|---|---|
| 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. |