Navigation
API > API/Runtime > API/Runtime/Core
Tristate to identify a session which is attended or unattended (ie. usually automated testing) Determination requires command line arguments - therefore if not available, status is unknown
| Name | EUnattendedStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include Path | #include "GenericPlatform/GenericPlatformCrashContext.h" |
Syntax
enum EUnattendedStatus
{
Unknown,
Attended,
Unattended,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Attended | |
| Unattended |