Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/FAnalyticsSessionSummarySender
References
| Module | AnalyticsET |
| Header | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummarySender.h |
| Include | #include "AnalyticsSessionSummarySender.h" |
| Source | /Engine/Source/Runtime/Analytics/AnalyticsET/Private/AnalyticsSessionSummarySender.cpp |
FAnalyticsSessionSummarySender
&40;
IAnalyticsProviderET & Provider,
TFunction< bool(const FAnalyticsEventAttribute &)> ShouldEmitFilterFunc
&41;
Remarks
Construction a summary sender.
Parameters
| Name | Description |
|---|---|
| Provider | The analytics provider that will be used to emits the summary event. |
| ShouldEmitFilterFunc | A filter function invoked for each properties before sending. If the function is bound and returns false, the property will be filtered out. If unbound, all properties passed to SendSesionSummary() are emitted. |