Hi all,
I’m currently using the Motion Matching movement system (similar to the sample) in my project. I’m trying to set up a scenario where, during gameplay, pressing a key (E) triggers an animation (BP Play Animation) for my character, after which the character should return to normal gameplay. However, I’m encountering an issue where the character continues moving during the animation and than never comeback to move correctly.
I tried using Blueprints to disable and then re-enable movement, but it didn’t work as expected. This was straightforward with the State Machine approach, but I’m struggling to achieve the same with Motion Matching.
Does anyone have any suggestions or solutions for this issue?
Thanks