Navigation
API > API/Runtime > API/Runtime/AnalyticsET
Sends the analytics session summary to Epic Games analytics service.
| Name | FAnalyticsSessionSummarySender |
| Type | class |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummarySender.h |
| Include Path | #include "AnalyticsSessionSummarySender.h" |
Syntax
class FAnalyticsSessionSummarySender : public IAnalyticsSessionSummarySender
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnalyticsSessionSummarySender
(
IAnalyticsProviderET& Provider, |
Construction a summary sender. | AnalyticsSessionSummarySender.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnalyticsProvider | IAnalyticsProviderET & | AnalyticsSessionSummarySender.h | ||
| ShouldEmitPropFunc | TFunction< bool(const FAnalyticsEventAttribute &)> | AnalyticsSessionSummarySender.h |
Functions
Public
Overridden from IAnalyticsSessionSummarySender
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Emits the summary events for the specified session id on behalf of the specified user/app/appversion. | AnalyticsSessionSummarySender.h |