Hello. I am interested whether there’s a posibillity to change the range of values o Progress Bar. For instance, I have a Stamina Value to display and it ranges from 0 to 100, when Progress Bar displays the values from 0 to 1. Is there a way to change this except changing the value of Stamina?
Hi!
You can use Normalize to Range node for normalize your data for Progress Bar 0-1 range. And To Percent node for output text data in percents.
This is example widget with 2 spin boxes components, progress bar component, 2 text components for labels and one text component for output in percent.
Select Slider and Bind function to Percent field.
Get data for “Max Range” and “Current Number” and normalize range.
Select text element for percentage and bind function to Text
And how it works.

You can normalize inside your characters and directly send this data to progress bar.
You need normalize data only for Percet parameter in progress bar component. In all other cases, you should use data directly from your Stamina variable.











