Tick/Delta Time

I would like to access the delta time so I can make a sprint bar and a limit to the sprint. How would I get it though?
Would it be math regarding the FPS? Or do I include something?

It’s a parameter of the Actor ‘Tick’ function, or you can use GetWorld()->GetDeltaSeconds()