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.
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
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).
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.