Delta Time returns the time between the last two frames. If your fps is 30, delta time will be .033333(3) etc.
There’s also a node called [Get World Delta Seconds] that returns the same value, but it’s just a separate node in case you use Event Tick somewhere else and don’t want to drag spaghetti throughout the BP.