UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ETextCommit Namespace Reference

Enumerations

enum  Type : int { Default , OnEnter , OnUserMovedFocus , OnCleared }
 

Detailed Description

Additional information about a text committal

Enumeration Type Documentation

◆ Type

Enumerator
Default 

Losing focus or similar event caused implicit commit

OnEnter 

User committed via the enter key

OnUserMovedFocus 

User committed via tabbing away or moving focus explicitly away

OnCleared 

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