Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
void ShowVirtualKeyboard
&40;
bool bShow,
int32 UserIndex,
TSharedPtr< IVirtualKeyboardEntry > TextEntryWidget
&41;
Remarks
Shows or hides an onscreen keyboard
Parameters
| Name | Description |
|---|---|
| bShow | true to show the keyboard, false to hide it |
| TextEntryWidget | The widget that will receive the input from the virtual keyboard |