Reply To: UpdateGraph() with deltaTime manually

Forums 💬 NodeCanvas ⚙️ Support UpdateGraph() with deltaTime manually Reply To: UpdateGraph() with deltaTime manually

#16068
Gavalakis
Keymaster

    Hello there and thanks for your input.

    Passing “this.graph.deltaTime” in subgraph Update call is actually a correct change in case you need to access deltaTime of subgraphs. However, if there is no need to know subgraph deltaTime, then it is not really important since the subgraphs are updated only when their parent graph is updated eitherway. However, your change is more correct and I will also make that change officially.

    Thanks! 🙂