My progress bar is not working its not going up or down

my progress bar will not go up and down can you check myblueprints here is some images: https://photos.google.com/share/AF1QipNbVPIMefoqGogKlHqnM5XUfHPRe0HohtJzT0_FsOHZ5tRkZRdrWAfsJkt9pH-Wbg?key=UXZQdkZ1N2ZZUWc5QnI3VTVkZG9Oa2I5RGFnMm1n

A progress bar requires a percentage, this is between 0.0 and 1.0

Based off the information you have shown, you’re passing it values greater than 1.0 so the bar will never be anything less than full.

To get a percentage, you need a max value and a current value, your percentage will be cur/max. So if you have 5 health out of 10 health, you are at 50% health. 5/10 = 0.5

ok and i do have a staminahealth, so what your saying is that if i want it to be 10% it would be 0.1 and if i wanted it to be 1% would it be 0.01 ?

did i forget to show the maxstamina?