Converting numbers to 0-1 range?

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.

Figured it out :slight_smile:

1 Like

Update for everyone: Some years passed we have ‘Normalized to Range’ now.

Lerp and Reverse Lerp is useful too.

4 Likes