Hello everyone, I’m quite new to UE, and I’m working on my project using many different tutorials.
I’m currently working through this tutorial, which focuses on stats and interacting with the stats (using progressbars from a widget): https://www.youtube.com/watch?v=2YEZpSrdHfk
The logic as I understand it:
We make a widget with progressbars
We make a variable out of our widget class and display it (inside our character)
We make a variable out of our character (inside our stats bp)
We can update the ‘Healthbar’ of our widget by char_var → widget_var → “get health bar” (this is shown in the tutorial). However I cannot find ‘get health bar’.
One comment on the video seems to have a solution I can’t quite decipher:
" SOLUTION TO HEALTHBAR MISSING AT [22:35] When you Create a virable at [20:20] make sure it is the “WB_HUD” right to the name creation in the bottum leftcorner. I Myself experienced it called “Widget user HUD” or something like that then i created another variable on top of the wrong variable, this time it was called “WB_HUD” as it is in the video, i deleted the old variable and tried searching for the “Get Health Bar” as in [22:35]. and it worked."
It does seem like the right classes are selected which it seems like the comment is hinting at.
Relevant timestamps:
18:30-23:00 will pretty much cover it
I feel like I’m missing obvious here, so any help would be really appreciated =)