Update image widget from an Actor Blueprint

Your one step closer, but it looks like you have that reference on yet another blueprint, because its asking for another target. Anytime you are accessing a variable to another blueprint you need to first have a reference to that blueprint.

So now you need to plug in a reference to the blueprint that holds the health bar widget variable. Or you need to move this logic over to the blueprint that holds the health bar widget variable.