Navigation
API > API/Runtime > API/Runtime/AnalyticsET
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.
| Name | EAnalyticsSessionShutdownType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h |
| Include Path | #include "AnalyticsSessionSummaryManager.h" |
Syntax
enum EAnalyticsSessionShutdownType
{
Shutdown,
Terminated,
Debugged,
Crashed,
Abnormal,
Unknown,
}
Values
| Name | Remarks |
|---|---|
| Shutdown | |
| Terminated | |
| Debugged | |
| Crashed | |
| Abnormal | |
| Unknown |