How to use multiple animation blueprints given an array of AnimInstances ?

I don’t think the setup makes sense as Linked anim graph spins up a new thread per anim instance.

They will not trigger in sequence even if you were to expose the input.

In the current architecture one anim graph can be evaluating while another is still calculating. They would have to be evaluated on the same thread one after another to not get wonky calculations.