Unfortunately no i haven’t however i’m currently rewriting controls in another project which i think might help with this problem.
instead of sending/receiving control inputs directly from the actor. i’ve made it so all inputs are received in the player controller then cast to the controlled actor/pawn. which i have set up custom actions and functions.
this should allow the ai tree to call functions from the actor.
I’ll let you know how it goes.