Unreal Engine: Crouch System and Animations Retargeting System UE 5.4 (ENG)

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 2

  • @NEWARTSTUDiOS
    @NEWARTSTUDiOS Місяць тому

    How to make character jump from crouching position?

    • @codeonfire13
      @codeonfire13  Місяць тому

      Hi! Go to the BP Third Person Character, Event Graph. In the "enhanced input... JUMP", from the Started pin, connect the ‘Un Crouch’ function and then the ‘Jump’ function. Next, in the BP_ThirdPersonCharacter details window, look for ‘Jump Max Hold Time’ and enter a value other than zero, even 0.01 It should be fine, otherwise increase it.. This way, the character will be able to jump from the crouched position. Let me know if you need anything else.