Create a Sliding Movement like in Alice Madness Returns

So i want to create a slide like this in the First Person template https://www.youtube.com/watch?v=QDZvpR05-iY

But i haven’t any idea how to do this (with blueprints) and haven’t find any Tutorial.
The Sliding should work like in the video but not only downhill even on a flat ground by clicking a button.
It sould change the player movement by clicking a button into something like this.

If Someone could help me out that would be great.

Thank you in advance

You just constantly apply a forward movement input. There are maby ways to do this. One way to set it up is You can use the eventTick node in combination with the Gate node and an input event (whichever button you want the slide bound to).

Since its FPS, animations arent really an issue. Just make sure to adjust camera height to make it look like your character is in a sliding position.