Difference between Launch character, Add impulse, and Add force?

  1. AddForce

    Add force,unit:kg·cm/s^-2,should be called in a duration;
  2. AddImpulse

    Immediately give the object the speed of addforce in 1 second total;
  3. LaunchCharacter

    Just for character,may same as MovementComponent->SetVelocity?If you are on the ground, the speed will decrease rapidly,It’s about "braking deceleration "setting.
1 Like