Skip to content

FSM List

PlayMaker 2 uses an UpdateManager to update FSMs.

You can query the UpdateManager to find active FSMs.

Before:

Fsm.FsmList

Now:

PlayMakerUpdate.GetAllActiveFsmNodes()