[UMG] Set user focus doesn't work

Here is how you do it:

1-Make sure your widget that contains the EditableInputText has bIsFocusable to true
2-Use: SetUserFocus to the InputTextBox as target, and “GetOwningPlayer” as the controller
3-Use: SetKeyboardFocus to the InputTextBox as target.
Example:

1 Like