Control multiple AI

Hello!

I’m writing a basic AI in my level blueprint for an actor (detection, follow and attack)

I would like to know what is the best practice for control multiple actor whith this AI
I must put this IA directly in actors blueprint? And make a kind of like in C++ for check all actor in my level blueprint?

Thanks for your help :slight_smile: