Reply To: Accessing blackBoard variables from outside the FSM

Forums 💬 NodeCanvas ⚙️ Support Accessing blackBoard variables from outside the FSM Reply To: Accessing blackBoard variables from outside the FSM

#17523
Gavalakis
Keymaster

    Hey,
    You can if you want, also directly get the Blackboard component attached on the gameobject as well, without the need to go through the FSMOwner, since Blackboard is but a component.
    You can then indeed use SetValue and GetValue to get/set any variable on that blackboard.

    Cheers!