Is the Ue5.4 motion matching sample character actually useable with Ai?

Yeah I managed to do it. I followed a tutorial on how to add sandbox character to my game. Then created a new blueprint with the sandbox character and renamed it to sandboxEnemy, Created a new Anim blueprint for that enemy character. Changed the Character reference variable to new character BP. Fix all variables to new ones by either refreshing them or creating identical ones. Then make sure it’s casting to your new character. Then in BP added the AI Perception to it. Add your senses and removed all inputs and camera from BP. Then add the Script. Don’t know if I did it 100% correct but it works for now.