unreal.TextCommit¶
- class unreal.TextCommit¶
Bases:
EnumBaseAdditional information about a text committal
C++ Source:
Module: SlateCore
File: SlateEnums.h
- DEFAULT: TextCommit = Ellipsis¶
Losing focus or similar event caused implicit commit
- Type:
0
- ON_CLEARED: TextCommit = Ellipsis¶
Keyboard focus was explicitly cleared via the escape key or other similar action
- Type:
3
- ON_ENTER: TextCommit = Ellipsis¶
User committed via the enter key
- Type:
1
- ON_USER_MOVED_FOCUS: TextCommit = Ellipsis¶
User committed via tabbing away or moving focus explicitly away
- Type:
2