Why is deltaTime different in BP and C++?

How can you possibly get 0.008333 if you add Sleep(1000)?

Sleep(1000) causes it to run at ~1 fps but you get 120 fps?