unreal.VirtualKeyboardTrigger

class unreal.VirtualKeyboardTrigger

Bases: EnumBase

EVirtual Keyboard Trigger

C++ Source:

  • Module: Slate

  • File: ISlateEditableTextWidget.h

ON_ALL_FOCUS_EVENTS: VirtualKeyboardTrigger

Display the virtual keyboard when the widget gains keyboard focus by any means.

Type:

1

ON_FOCUS_BY_POINTER: VirtualKeyboardTrigger

Display the virtual keyboard when the widget gains keyboard focus by a pointer action.

Type:

0