Reply To: currentStateName replacement.

Forums 💬 NodeCanvas ⚙️ Support currentStateName replacement. Reply To: currentStateName replacement.

#17740
Gavalakis
Keymaster

    Hey,

    It has been replaced with FSMOwner.currentRootStateName to get the state name of the root FSM only, or FSMOwner.currentDeepStateName to get the state name also including the current active SubFSM if any.

    The identical to what was there prior to 2.6.3, is the first one, FSMOwner.currentRootStateName.

    Let me know if that works for you.
    Thanks.