No Binding Option for Progress Bars in UE5????? [Help]

On all of the tutorials I see online (including one’s claiming to use the UE5 version) there is a “bind” option on multiple settings on widgets. I just needed the “bind” button next to the “percent” option on the “progress bar.” Yet, as you can see in the screenshot, there is no button whatsoever. I can’t find any discussion on this issue, but all of the “bind” buttons I need are completely absent from the GUI…

I don’t have UE5 but I see this topic popping up too often. Perhaps they were removed because it’s one of the more inefficient ways of pulling and sampling data. You can achieve the same with:

image

Ideally, you’d drive it with events rather than ticks. This, of course, depends on how often you want to see the updates.

1 Like