unreal.TextCommit

class unreal.TextCommit

Bases: EnumBase

Additional information about a text committal

C++ Source:

  • Module: SlateCore

  • File: SlateEnums.h

DEFAULT: TextCommit

Losing focus or similar event caused implicit commit

Type:

0

ON_CLEARED: TextCommit

Keyboard focus was explicitly cleared via the escape key or other similar action

Type:

3

ON_ENTER: TextCommit

User committed via the enter key

Type:

1

ON_USER_MOVED_FOCUS: TextCommit

User committed via tabbing away or moving focus explicitly away

Type:

2