I also replied to the /r/unrealengine subreddit question however I’ll answer here too:
Set Timer by Function Name does not have the ability to return an output node because it doesn’t know how the function operates ahead of time or whether it has an output node - you’ve provided it with a function name to execute at runtime but it has no knowledge of it before then. You should instead use Set Timer by Event like below.
