RVO avoidance with player

Hello,LouDilbert
I did what you said.In the pawn,I create movement component,and I implement the IRVOAvoidanceInterface methods like character movement component.I do RegisterMovementComponent() In this component method SetUpdatedComponent() and update the RVO in its Tick.I can see the movementcoment’s IRVOAvoidanceInterface methods is running.But pawn’s RVO not work.I don’t know what happen.
Thank you so much for helping me.