Reply To: Access "Owner" from custom state

Forums 💬 NodeCanvas 🗨️ General Discussion Access "Owner" from custom state Reply To: Access "Owner" from custom state

#15063
Gavalakis
Keymaster

    Hello,

    From within an FSMState you get access to the FSM itself with the ‘graph’ property and you get access to the agent of the FSM (which 99% is the FSMOwner) with the ‘graphAgent’ property.

    Keep in mind that the FSMOwner and the FSM itself live on different game objects.

    Is that what you mean?