Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Text
References
| |
|
| Module |
Slate |
| Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h |
| Include |
#include "Widgets/Text/ISlateEditableTextWidget.h" |
Syntax
enum EVirtualKeyboardTrigger
{
OnFocusByPointer,
OnAllFocusEvents,
}
Values
| Name |
Description |
| OnFocusByPointer |
Display the virtual keyboard when the widget gains keyboard focus by a pointer action. |
| OnAllFocusEvents |
Display the virtual keyboard when the widget gains keyboard focus by any means. |