Mantle on moving object

I Implemented mantle mechanics on a static object.How i can do mantle on moving object?

I feel like you may need to come up with your own implementation of based movement. (“Based movement” being when your movement is added on to the movement of something else; when you are standing on a moving platform that carries you along, the platform is the base on which you’re moving.)

I believe the Character Movement Component’s implementation will only base you on whatever you’re standing on top of, so you’d probably need to tweak it such that when you started the mantle animation the character became based on what they were climbing up on.