This was asked long ago, but I feel many will stumble upon this question as I did so here is the answer:
Just use Event Tick and connect it to simple Delay node.
Event Tick is called every frame and will activate countdown in Delay node if it isn’t activated yet. When countdown is finished Delay will activate next node, in this case Spawn Actor node, and restart itself with next frame.