Progress Bar

Hey there!
I’m currently working on a UEFN Map & wanted to add a progress bar. Recently I’ve played a UEFN map that also had a progress bar & I wanted to ask how this one was done:

Searched through the verse glossar, but I can’t find anything else than slider_regular, but that isn’t what I want it to look like, because you can’t customize that slider as far as I know.

Greetings!

1 Like

Ther’s already a widget component called progress bar, just use that one. Also keep in mind that the range is normalized (0-1) so you porbably would have to normalize the variable

I’m curious, how do you normalize a variable?

Probably the easiest way for you ist to make a link to the progress bar value and drag the variable that u want to use as info for the progress bar and use the node normalize to range (float only).

Also sorry for the delay

Currently people are using color_blocks via verse, displaying one black (background colour), then one whatever the bar colour to be, then re-sizing the foreground bar.

2 Likes

I saw that yesterday too, currently just looking for a way to display it on UI lol

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.