UMG simple hunger bar

hey guys, im trying to make a hunger bar that goes down over time using UMG progress bar. ive tried to make the percent change via the blueprint below, however the bar doesnt go down in game

if you want to decrease a variable over time, and keep it consistent for any FPS, you should multiply deltaSeconds by a negative velocity, then add it to the value to get the new value.