Unreal Engine 4.9 Preview

These are the new timer nodes:

http://puu.sh/jhEfo/bb6d7cfda7.png

Now I want to execute a function named “DoStuff” once after 1 second. How? Before I just typed “DoStuff” in the text field of the set timer node. But how do I get a delegate from the function now? Events have delegate pins, but not functions. And even with events, if I want to start a timer for a event from a function, how do I get the delegate from the event? :confused:

Another thing, if I try to start my game in standalone in 4.9, I get this:

http://puu.sh/jhEFG/d89a530366.png

What has changed in 4.9 so that I get this now?