Reply To: [BUG] OnReset of Nested FlowScript nodes are never called

Forums 💬 NodeCanvas ⚙️ Support [BUG] OnReset of Nested FlowScript nodes are never called Reply To: [BUG] OnReset of Nested FlowScript nodes are never called

#16164
Gavalakis
Keymaster

    Hello there,

    In regards to Flowscript nodes (FlowCanvas), you can use/override the OnGraphStarted or OnGraphStopped if you want to set/reset some values for the node. (also please make sure to call base method in case you override any such method).
    Please let me know if using either of the two methods work for you.

    Thank you!