Get Name Of Clicked button in it's OnClick()

I everyone, has the title says I’m trying to get the name of the button that is being clicked on it’s event, so is there anyway to get the name once the button has been clicked, the button get’s it’s function dynamically bound when I create the UMG widget through C++.

Thank you.

You might have the easiest time of extending UUserWidget to make your own base class and add the get Name function to it so all your widgets will have it.