Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPlatformEventsComponent
Description
Check whether a convertible laptop is laptop mode.
| Name | IsInLaptopMode |
| 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 IsInLaptopMode()
true if in laptop mode, false otherwise or if not a convertible laptop.
See Also
-
IsInTabletMode
-
SupportsConvertibleLaptops