Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UEditableText
Syntax
UPROPERTY (BlueprintAssignable, Category="Widget Event",
Meta=(DisplayName="OnTextCommitted (Editable Text)"))
FOnEditableTextCommittedEvent OnTextCommitted
Remarks
Called whenever the text is committed. This happens when the user presses enter or the text box loses focus.