How do I access Actor's actor components from AIController?

I am using c++ code and i am wondering how I access an actor component which is a part of an Enemy. I want the AIcontroller class to have access to the actor component.