Navigation
API > API/Runtime > API/Runtime/AnalyticsET
References
| Module | AnalyticsET |
| Header | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h |
| Include | #include "AnalyticsSessionSummaryManager.h" |
Syntax
enum EAnalyticsSessionShutdownType
{
Shutdown,
Terminated,
Debugged,
Crashed,
Abnormal,
Unknown,
}
Values
| Name | Description |
|---|---|
| Shutdown | |
| Terminated | |
| Debugged | |
| Crashed | |
| Abnormal | |
| Unknown |
Remarks
Defines how the principal process (the application for which analytics is gathered) exited. When the analytics session summary manager aggregates the summaries for a session, it looks for 'ShutdownTypeCode' key and if the key is found, it converts it to its string representation and add the 'ShutdownType' property known by the analytics backend.