Navigation
API > API/Runtime > API/Runtime/AnalyticsET
Inheritance Hierarchy
- IAnalyticsSessionSummarySender
- FAnalyticsSessionSummarySender
References
| Module | AnalyticsET |
| Header | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsSessionSummarySender.h |
| Include | #include "IAnalyticsSessionSummarySender.h" |
Syntax
class IAnalyticsSessionSummarySender
Remarks
Sends the analytics session summary to a backend service.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | SendSessionSummary
(
const FString& UserId, |
Emits the summary events for the specified session id on behalf of the specified user/app/appversion. |