Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/FAnalyticsSessionSummaryManager
Description
Creates a new property store associated to this manager process group. The manager only sends an analytics session summary when all collecting processes have closed their property store. Ensure to flush and release the store before calling the manager Shutdown() to ensure the session is sent as soon a possible. Subsequent calls to MakeStore will increment an internal counter in the store's filename.
| Name | MakeStore |
| 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 |
TSharedPtr < IAnalyticsPropertyStore > MakeStore
(
uint32 InitialCapacity
)
Parameters
| Name | Remarks |
|---|---|
| InitialCapacity | The amount of space to reserve in the file. |