unreal.TextCommit

class unreal.TextCommit

Bases: unreal.EnumBase

Additional information about a text committal

C++ Source:

  • Module: SlateCore

  • File: SlateEnums.h

DEFAULT

Losing focus or similar event caused implicit commit

Type

0

ON_CLEARED

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

Type

3

ON_ENTER

User committed via the enter key

Type

1

ON_USER_MOVED_FOCUS

User committed via tabbing away or moving focus explicitly away

Type

2