Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/FAnalyticsSessionSummaryManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnalyticsSessionSummaryManager
(
const FString& ProcessName, |
Constructs a manager for a subsidiary process, usually a companion process that collects extra information on the behalf of the principal process. | AnalyticsSessionSummaryManager.h | |
FAnalyticsSessionSummaryManager
(
const FString& ProcessName, |
Constructs a manager for the principal process, usually the main application. | AnalyticsSessionSummaryManager.h | |
FAnalyticsSessionSummaryManager
(
const FString& ProcessName, |
Delegate constructor. | AnalyticsSessionSummaryManager.h |
FAnalyticsSessionSummaryManager(const FString &, const FString &, uint32, const FString &)
Description
Constructs a manager for a subsidiary process, usually a companion process that collects extra information on the behalf of the principal process.
| Name | FAnalyticsSessionSummaryManager |
| 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 |
FAnalyticsSessionSummaryManager
(
const FString & ProcessName,
const FString & ProcessGroupId,
uint32 PrincipalProcessId,
const FString & SavedDir
)
Parameters
| Name | Remarks |
|---|---|
| ProcessName | The process tag name of the subsidiary process. Ex. "CrashReportClient". |
| ProcessGroupId | A unique ID shared by the principal and subsidiary processes. This is how information created by various processes is associated. |
| PrincipalProcessId | The principal process ID to which this subsidiary process is associated. |
| 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. |
FAnalyticsSessionSummaryManager(const FString &, const FString &, const FString &, const FString &, const FString &, const FString &, const FString &)
Description
Constructs a manager for the principal process, usually the main application.
| Name | FAnalyticsSessionSummaryManager |
| 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 |
FAnalyticsSessionSummaryManager
(
const FString & ProcessName,
const FString & ProcessGroupId,
const FString & UserId,
const FString & AppId,
const FString & AppVersion,
const FString & SessionId,
const FString & SavedDir
)
Parameters
| Name | Remarks |
|---|---|
| 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. |
See Also
FAnalyticsSessionSummaryManager(const FString &, const FString &, uint32, uint32, const FString &, const FString &, const FString &, const FString &, const FString &)
Description
Delegate constructor.
| Name | FAnalyticsSessionSummaryManager |
| 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 |
FAnalyticsSessionSummaryManager
(
const FString & ProcessName,
const FString & ProcessGroupId,
uint32 InCurrentProcessId,
uint32 PrincipalProcessId,
const FString & UserId,
const FString & AppId,
const FString & AppVersion,
const FString & SessionId,
const FString & SessionRootDir
)