Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/FAnalyticsSessionSummarySender
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.
Virtual Inheritance
- IAnalyticsSessionSummarySender::SendSessionSummary → FAnalyticsSessionSummarySender::SendSessionSummary
| Name | SendSessionSummary |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummarySender.h |
| Include Path | #include "AnalyticsSessionSummarySender.h" |
| Source | /Engine/Source/Runtime/Analytics/AnalyticsET/Private/AnalyticsSessionSummarySender.cpp |
virtual 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. |