How can i disable character's movement during a cutscene?

  1. Get character movement component → Set Velocity 0,0,0

  2. Get the controller → Set Ignore Move Input, Set Ignore Look Input both to true.