health bar of my three does not show

hi,i have multiple threes in my level. the meaning is that when i enter the volume box of one of the threes i need to see a health bar of the three whit a widget.that part works. but the problem is i can see the healt bar but it is not filled.is it because i have multiple threes that he does not now which healt of which three he has to show.

Even if i let the bar shown at the start of the game i can see the bar but its not filled.

I have a health bar for my character and that works fine.

You definitely need to provide a reference to that tree.

I assume you check if you’re close enough via a on overlap which should result in a reference to that tree right?

If so just create a variable in your widget which represents the tree and set it to “editable” and “expose on spawn”.

Like this you can easily input the variable you get from the overlap event into your “create widget” node as this one will now have one more pin.

I hope this helps.

Cheers