move execution back to the event graph from a function to execute nodes restricted to event graph

hi

is there a way to move execution to the event graph from a function?
how do you / what is the best way to call or execute nodes restricted to the event graph when you are in a function?
the way i am currently doing is by using an event to get me out of the function back to the event graph

thanks

I usually just call the function node from the event graph itself so i wouldnt need to call a custom event inside the function.

1 Like