Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPlatformEventsComponent
Description
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.
| Name | SupportsConvertibleLaptops |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PlatformEventsComponent.h |
| Include Path | #include "Components/PlatformEventsComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PlatformEventsComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Components|Activation")
bool SupportsConvertibleLaptops()
true for convertible laptop platforms, false otherwise.