Progress bar only works when starting game using alt+p, not when clicking Play

When I press the green play button my game functions fine except that the progress bar for my ability won’t show it as on cooldown. The ability correctly works and it does wait for the cooldown, the progress bar just doesn’t show that.
However, when I go to the Player Character Blueprint (and only that blueprint) and press alt+p to start the game, then the progress bar works just fine.
I’ve tried saving and re-opening the project and restarting my computer and that didn’t work. I don’t imagine it would be a code issue since it works when I press alt+p, but I’ve attached what I think is relevant

At the end of my ability I set the cooldown to 100

On tick I subtract 0.2 from the cooldown

Heres the Widget Blueprint function

And here is the Widget Blueprint Event Graph

Here is a link to a video where I discuss my problem: WayFound_01 Teleport Bug Explained - YouTube

The issue discussed here is at 4:34, the beginning of the video I discuss another issue I’m having, but it looks deeper into the code if you think that will be useful.

Thanks for anyone willing to take at lookat this!