4.5 Widget Blueprint Button Input

Have you tried to bind a function to your button using the Bind button from the Editor ? It will create a function which will be executed when you click on the button. And I think you can also create a keybind which executes this function. So at the end, the function will be executed by the button AND by the keybind.