UPlatformEventsComponent::SupportsConvertibleLaptops

Check whether the platform supports convertible laptops.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/PlatformEventsComponent.h

Include

#include "Components/PlatformEventsComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/PlatformEventsComponent.cpp

Syntax

bool SupportsConvertibleLaptops()

Remarks

Check whether the platform supports convertible laptops.

Note: This does not necessarily mean that the platform is a convertible laptop. For example, convertible laptops running Windows 7 or older will return false, and regular laptops running Windows 8 or newer will return true.

Returns

true for convertible laptop platforms, false otherwise.

See Also

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