Reply To: Breaking Change – autoUpdate – on StartGraph

Forums 💬 NodeCanvas ⚙️ Support Breaking Change – autoUpdate – on StartGraph Reply To: Breaking Change – autoUpdate – on StartGraph

#18063
Gavalakis
Keymaster

    Hey!

    This parameter is there to tell if the graph should be automatically updated or manually updated.
    So if you pass true, the graph will automatically update and you would have nothing more to worry about. This is actually what was happening up until now. So, true is the default.
    If you pass false, then you will have to manually update the graph, by calling it’s UpdateGraph() method.

    Once again, the default and recommended, is to pass true for the autoUpdate parameter when you start a graph.

    Let me know if that helps.
    Thanks.