Forums › 💬 NodeCanvas › ⚙️ Support › How to manually update FSM?
Hi,
when I set my FSM’s update mode to manual, how can I update the FSM manually via code?
Can’t find any info in the docs.
Thank you!
By invoking GraphOwner.UpdateBehaviour() on your graph owner (FSMOwner in your case) component.
GraphOwner.UpdateBehaviour()
Thanks @zsoik. That is correct 🙂