How to trigger state tree events when using mass?

I am using mass to make a crowd system, I am currently using a state tree. I would like to have a global state tree event that I can trigger from an external blueprint that will change the state of every entity using this specific state tree. All the documentation I have seen online about state tree events seem to be specific to AI controllers when you can get a reference to the specific Actor and their state tree directly. Thanks!