Perform a strafe animation when W and A are pressed together

this depends how you are controlling your player pawn/character

The usual setup is to use a Blend Space to manage your inputs (mouse and keyboard). There are a bunch of tutorials on YouTube for this… here’s an official Epic one from their channel BP 3rd Person Game: Blend Spaces | 07 | v4.8 Tutorial Series | Unreal Engine - YouTube

So i want my character to perform a strafe animation either when i press W and A together or W and D, I have my animations ready, how do i implement them to work?