How do you check if a button is focused or not with blueprint?

You can wrap the button in a user widget and use it multiple times.

  1. Create a user widget and add a button to it. Then add needed dispatcher events:
    image

  2. Add this button wrapper to your widget and subscribe to its dispatcher events:

3 Likes