Set the cast to the character bp in Event Construct, and save the result as a variable, no reason to do it in the binding, that's called every frame, use a validated get in the binding to assure the character bp variable is valid, then get your health/stamina variable and return.
@OfficialDarku Жыл бұрын
Appreciate the feedback, I'm still teaching as I'm learning tbh So it's nice to hear some good feedback that will help me and others get better
@ParadoxISPower Жыл бұрын
@@OfficialDarku My pleasure, I pass on what I've learned in my journey, to help others on the same path. Keep up the great work.
@ApocalypsFroid Жыл бұрын
hello sr. can you make Sprinting with regen stamina ?
@malatheplugg53342 жыл бұрын
Hi, I don't understand english very well and your tuto works with 1 point of life, what is Health, HealthRate and HealthRegen same for stamina? My question is what i do for the same result but for 100 Health and Stamina points plzz
@gyrostat5211 Жыл бұрын
If you want to do it with 100 health, then just go to the UI graph. Go to the "Get health bar percent", and divide the HP by 100, and feed that number into the return node. If you want to do a number other than 100 then you can create two variables, "max health" and "health". then, instead of dividing the health by 100, divide the health by the max health.
@TimBorggrenDenmark2 жыл бұрын
Is there a way to trigger the reg, effect on entering a area / and to make it the other way around - With damage?
@OfficialDarku2 жыл бұрын
I'll get working on a tutorial for that too :) Keep an eye out
@TimBorggrenDenmark2 жыл бұрын
@@OfficialDarku love it
@donoparadiseYT Жыл бұрын
@@TimBorggrenDenmark go to the add button and the top of the screen and search pain it will give you a box and when you go in it you take damage
@ApocalypsFroid2 жыл бұрын
hello sr. can you make experience bar to get when kill monster ?
@OfficialDarku2 жыл бұрын
I'll make sure to find some time and make a nice detailed video on it :)
@ghosteso6797 Жыл бұрын
Following this step for step, but when I coke into the event graph of the third person character mine is completely different to yours (I’ve not changed anything) so I do have event begin beginplay so start building off?
@OfficialDarku Жыл бұрын
You could create your own start by right clicking, typing "event begin play" and adding the node yourself (This should already be there though in the 3rd person starter kit)
@Tommyboi75662 жыл бұрын
My hud is not showing up I checked 10 times I have everything you do do you know why?
@blankstare74352 жыл бұрын
Check your execution pins and variable names. Those tend to be the biggest issues if you believe you followed the tutorial correctly. Its also best to use the same naming conventions as the one making the videos for extra security. Hope that helps mate.
@Sandbox73 Жыл бұрын
Just to make things clear, there is no in-between.