Detect unfocus in UMG

Hello. How can I detect a loss of focus from text box? In my case I do it when press Escape button.

Create a text committed node, it allows you to pick the commitment type such as on enter or escape.

In both cases commit method is cleared. I need to know exactly which button was pressed.