Halt Character Movements

Hey everyone, I’m a newbie to UE4. I’m to figure out how to create blueprint for my level. I’m trying to have my character not move at all while playing a montage at the start of the game. Sounds easy but I’m losing my mind trying to figure it out. I would really appreciate the help if possible.

Disable input maybe :slight_smile:

maybe use the blueprint Stop “Motion Immediately” or disable the movement of the keyboard, with a branch, anyway there’s a link here Stop Movement Immediately | Unreal Engine Documentation https://www.youtube.com/watch?v=xkY8xqwmyFU

Thanks guys, I will give that a try.

Well I got it working with disabling and enabling the input. Do know how I didn’t figure it out earlier but thanks again guys.