UMG Widget buttons with keyboard focus not responding to Enter key.

Solved overriding the function OnKeyDown in the generic button graph.

1st, add a custom event next to the procedure executed when mouse-clicking the button:
image

and then, override the function “On Key Down” to make it call the custom event when Enter key is pressed. Like this:

That was all.