How to do things like StartCoroutine in ue4?

Hi,

In C++/Blueprint you have the Timer,
in blueprint you have the node Delay/Retriggable delay
and C++ only you have latent action.

For example delay node is a latent action.