First,Thank you write this tool.
As Title ,Could we do this in one for loop?
I just found I Could use FSM.allNodes to find all nodes,but I could not find one node’s action task’s value.
And I found I could use FSM.rootGraph.GetAllParameters() to get all value,but I found foreach this would run more 2 times in a node and I could not know which the node is the parameters belong .
So is there a way to run all node to get all node’s action task’s value and get the node’s conection’s all conditions?
Thank you.