Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/FAnalyticsSessionSummaryManager > API/Runtime/AnalyticsET/FAnalyticsSessionSummaryManager/__ctor
References
| Module | AnalyticsET |
| Header | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h |
| Include | #include "AnalyticsSessionSummaryManager.h" |
| Source | /Engine/Source/Runtime/Analytics/AnalyticsET/Private/AnalyticsSessionSummaryManager.cpp |
FAnalyticsSessionSummaryManager
&40;
const FString & ProcessName,
const FString & ProcessGroupId,
const FString & UserId,
const FString & AppId,
const FString & AppVersion,
const FString & SessionId,
const FString & SavedDir
&41;
Remarks
Constructs a manager for the principal process, usually the main application.
Parameters
| Name | Description |
|---|---|
| ProcessName | The process tag name of the principal process. Ex. "Editor". |
| ProcessGroupId | A unique ID shared by the principal and subsidiary processes. This is how information created by various processes is associated. |
| UserId | The current analytics user ID. |
| AppId | The current application ID used by analytics to identify the application. |
| AppVersion | the current application version used by the analytics for this application. |
| SessionId | the current session ID assigned by the analytics. |
| SavedDir | The directory where files will be persisted. Should be the same for the principal and the subsidiary processes. If unspecified, the manager uses its internal default. |