Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/FAnalyticsSessionSummaryManager
Description
Shuts down and sends the session summaries that can be sent, if a sender is set. Remember to flush and discard the property store returned by MakeStore() before shutting down to prevent delaying the report.
| Name | Shutdown |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h |
| Include Path | #include "AnalyticsSessionSummaryManager.h" |
| Source | /Engine/Source/Runtime/Analytics/AnalyticsET/Private/AnalyticsSessionSummaryManager.cpp |
void Shutdown
(
bool bDiscard
)
Parameters
| Name | Remarks |
|---|---|
| bDiscard | Whether the current session is discarded or not. Discarded sessions are not sent. |