I’m not sure I fully understand the problem but you can get the velocity of the actor at any point.
Also you can transform it easily from world to local space and vice versa.
(read carefully the description of the nodes)
Then you can set that velocity to your movement component. (after transforming it maybe)
Hope it helps.