Interaction System Tutorial | (Part 3: Player Interaction Component) | Unreal Engine 5 (UE5)

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 18

  • @LeateqOfficial
    @LeateqOfficial 13 ชั่วโมงที่ผ่านมา +4

    I've seen so many interaction system tutorials, but yours is just the best !
    Great job and can't wait for part 4 ^^

  • @nfrancisj2122
    @nfrancisj2122 17 ชั่วโมงที่ผ่านมา +1

    Thanks for sharing! Another option would be to use GetOwner( target Actor Component) > Get Component by Class, where the Component Class is of type Shape Component. This way you can add the Interaction Component to anything.. Character (Capsule), healthpack (sphere collision), crate (box collision). One Component to Rule them All!

  • @gosti_fr6106
    @gosti_fr6106 16 ชั่วโมงที่ผ่านมา +1

    Once again, your videos and work are incredible! Always among my favorites. It is very detailed, offering you alternatives and shortcuts that we unfortunately do not see much in other trainers. Congratulations

  • @vladioanalexandru4222
    @vladioanalexandru4222 16 ชั่วโมงที่ผ่านมา +1

    I hate how I always like your videos immediately, but never watch them entirely. I'm in my first year of computer science uni and I don't have time to make games yet. 😢 I'll be back though.

  • @PeacefulAnonymity
    @PeacefulAnonymity 19 ชั่วโมงที่ผ่านมา +1

    I love your tutorials, so well planned and executed.

  • @miriamparache1489
    @miriamparache1489 14 ชั่วโมงที่ผ่านมา

    Ali’s yt notification! It is a yes 🤘🏼

  • @arc7498
    @arc7498 วันที่ผ่านมา +2

    Hmm are you planning on merging all your tutorial systems at the end and release a game framework on the marketplace to buy?

    • @AliElZoheiry
      @AliElZoheiry  20 ชั่วโมงที่ผ่านมา +6

      @@arc7498 not really, my main goal is to teach, not really to sell assets, I do of course appreciate all the support I get on Patreon as it allows me to continue teaching, that's why I offer the project files on Patreon for very little.

    • @arc7498
      @arc7498 19 ชั่วโมงที่ผ่านมา

      @@AliElZoheiry Is merging your projects to create a game framework something you would do in a future video then? I'm watching all your tutorials so that would benefit people like me immensely. Thank you for your answer :)

  • @velha2999
    @velha2999 17 ชั่วโมงที่ผ่านมา

    Great stuff as always sir!

  • @kellowattentertainment
    @kellowattentertainment 19 ชั่วโมงที่ผ่านมา

    I'm not sure why you used the cast node at all when you had an Interaction Blueprint Interface. You could've created a function to get the Capsule Component in the BPI Interact.

  • @benn3124
    @benn3124 20 ชั่วโมงที่ผ่านมา

    how is this diffrent to using a Intraction interface then just implementing that in any intractable actor and On "E" You get the hit actor for the trace and call Intraction message

    • @AliElZoheiry
      @AliElZoheiry  19 ชั่วโมงที่ผ่านมา +2

      @@benn3124 an interface is used to share "structure" but not functionality, so if you implement the interface in one actor, and you want to reuse the same functionality in another actor, you'd have to copy it or centralize the logic and share it, and actor components are he way to centralize and share logic

  • @rightcutter
    @rightcutter 12 ชั่วโมงที่ผ่านมา

    do u think this series is good for practice for beginners not literal beginner i learned blue print basics and ue5 developer UI

  • @jecouterai
    @jecouterai 19 ชั่วโมงที่ผ่านมา

    What if I have to use different animations with different interactible actors?

    • @AliElZoheiry
      @AliElZoheiry  19 ชั่วโมงที่ผ่านมา +1

      Then you make it a variable on the actor component that each actor can configure independently. Just like you can change the movement speed of the character movement component in each actor that uses it independently.
      I have a full video on actor components on my channel if you wanna learn more th-cam.com/video/xo0sbSeWKe4/w-d-xo.html

  • @IceDragonsWOM
    @IceDragonsWOM 20 ชั่วโมงที่ผ่านมา

    waiting for part 4

  • @monkeybanter9663
    @monkeybanter9663 8 ชั่วโมงที่ผ่านมา

    LETS GOO