EConvertibleLaptopMode

Enumerates the modes a convertible laptop can be in.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss