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