the character will have access to the component so you can drag off the pin, or
- use get component by class instead
- use an interface to do the same
- pass the actor and/or component through when you create the widget
- bind to an event on either the actor/component to OnUpdateStats() for example
4 is problably the overall best idea so its event driven rather than bind which is basically tick