[=;343710]
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?
[/]
Create a Custom Event, hook that into the function.
EDIT: NVM, Ninjad (badly)