Step by Step: Unreal Engine 4 Tutorial: Move Arm with Mouse Part 2.

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 19

  • @dcad6934
    @dcad6934 Рік тому +1

    Flippin awesome

  • @Lexazan
    @Lexazan 3 роки тому +1

    Great tutorial, thank you!

  • @karenkaren5169
    @karenkaren5169 3 місяці тому

    Hi very nice tutorial thank you. I have a question about animations can you make the switching (when pressing shift in your project) smoother animation quickly comes in handy and quickly goes away )?

    • @waterponyM3D
      @waterponyM3D  3 місяці тому

      Ok, so you will have to find a way to smoothly change the "Alpha" (The One that connects to the Layered Blend Per Bone Node at 13:15) Variable in the AnimationBP. You may be able to do that by making a Timeline when switching the ArmMode Variable, but also possible that there are more direct soloutions. Good Luck and have a happy week :)

  • @coffee-coco
    @coffee-coco 2 роки тому

    es there a way to move the hand with the A.D,W,S?

    • @waterponyM3D
      @waterponyM3D  2 роки тому +1

      Hi, depending on how the effect should look you could try different ways. You dont need to make an Aim Offset then. I would set up Input events in the Charakter blueprint and then talk to the AnimBP to change the pose using a state machine. Alternatively you could make an Animation Montage for every Armpose. You can call these directly in the Character BP. Just be sure to Set up a Slot in the Anim BP wich will only move the arm. Good Luck!

  • @fluberchuberayy2479
    @fluberchuberayy2479 2 роки тому

    Do you think you could remake this in UE5?

    • @waterponyM3D
      @waterponyM3D  2 роки тому

      Hola. Haven't looked into it yet. Right now i have many other projects. I think it should work very similar. Can not promise anything but i'll let you know if i get some news on that. Greetings.

  • @GrowSniff
    @GrowSniff 8 місяців тому

    bongior

  • @waterponyM3D
    @waterponyM3D  Рік тому

    Tutorial for Version 5: ua-cam.com/video/Hh4om_A7ufk/v-deo.html

  • @Zhroomtrip
    @Zhroomtrip Рік тому

    Can you do an update please?! It didn't work on 5.2 and not a lot of tutorials out for this....

    • @waterponyM3D
      @waterponyM3D  Рік тому +1

      Hi, sorry, have been super buisy. Can't promise to make it anytime soon, sorry :(. But i'd let you know if there's news.

    • @waterponyM3D
      @waterponyM3D  Рік тому +1

      Hey, so after reading the comments, got me thinking and i'll go for the UE5 tutorial. Give me some time, but i already started working on it :)

    • @waterponyM3D
      @waterponyM3D  Рік тому +1

      So the video is out there: ua-cam.com/video/Hh4om_A7ufk/v-deo.html

    • @Zhroomtrip
      @Zhroomtrip Рік тому

      Thank you!!! Lots of help!

  • @UnrealMuzammil
    @UnrealMuzammil 3 роки тому

    Good tutorial, easy to follow but can we do something to keep hands remain up in the air after deactivating, like what if we dont want our hand to snap back to its orignal pose. Any suggestion please

    • @UnrealMuzammil
      @UnrealMuzammil 3 роки тому

      Im working with a robot arm used in car manufacturing and try control multiple bones, but the only issue here is once i deactivate the bone it goes back to its base pose

    • @waterponyM3D
      @waterponyM3D  3 роки тому +1

      Not shure if this will work because i havent tried it yet. But i think in the animBP, in the event graph. You could take the branch using the arm modus and place it before the logic that finds the mouse position. Cut out the alpha variable and hook it up so that On true it executes the logic and on false it does nothing.

    • @UnrealMuzammil
      @UnrealMuzammil 3 роки тому

      Thanks ill try