I’m trying to give my player characters health bar that appear over their heads, so I made a new user widget (called Health_Bar) and gave the parent character bp a widget which I set to have a widget class of Health_Bar
The problem occurs when I try to get the user widget object and cast it to the Health_Bar class, because the cast always fails.
I think I may be misunderstanding something about the get user widget object or something about the widget classes themselves.
Are there any obvious issues in my process?
Thanks
