I’m trying to code in my health bar for UMG display using a progress bar. The problem here is that anything above health or other value set above 100, is difficult to set to 0-1. how do i do this? a pic would be most helpful.
I’m trying to code in my health bar for UMG display using a progress bar. The problem here is that anything above health or other value set above 100, is difficult to set to 0-1. how do i do this? a pic would be most helpful.
Update for everyone: Some years passed we have ‘Normalized to Range’ now.
Lerp and Reverse Lerp is useful too.