Reply To: FSM.GetCurrentState with nested FSM

Forums 💬 NodeCanvas ⚙️ Support FSM.GetCurrentState with nested FSM Reply To: FSM.GetCurrentState with nested FSM

#17949
zsoik
Participant

    You can use the NestedFSMNode reference to access the nested FSM instanced and thereby figure out the current state of a nested FSM. Of course you’ll need to look for the right NestedFSMNode instance in your main FSM first.