Is there a way to make Enemy head tracking taking place inside of a service in AI behaviour tree?

I solved it- Head tracking within a service in behaviour tree inside the enemy is possible by using ‘Event recieve tick AI’ and called a custom event inside of the enemy bp, i was just casting to the wrong place.