Forums › 💬 NodeCanvas › ⚙️ Support › FSM.GetCurrentState with nested FSM › Reply To: FSM.GetCurrentState with nested FSM
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.
NestedFSMNode