Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
enum EConvertibleLaptopMode
{
NotSupported,
Laptop,
Tablet,
}
Values
| Name | Description |
|---|---|
| NotSupported | Not a convertible laptop. |
| Laptop | Laptop arranged as a laptop. |
| Tablet | Laptop arranged as a tablet. |
Remarks
Enumerates the modes a convertible laptop can be in.