C++ Delegates for Unreal Engine in 5 Minutes!

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

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

  • @KonradTamas
    @KonradTamas 22 วันที่ผ่านมา +1

    I already Love this Series !!

  • @deivid-01
    @deivid-01 หลายเดือนก่อน +2

    It was pretty clear. Thanks a lot !

  • @LoofaOfDoom
    @LoofaOfDoom 2 หลายเดือนก่อน +1

    Thank you for the information broooooo

  • @VonchkynProduction
    @VonchkynProduction 5 หลายเดือนก่อน +1

    Gosh., I love these videos! You're the best Mr. Pobato
    Quick question though, is UPROPERTY() needed for the delegate variable declaration?

    • @PobatoTutorials
      @PobatoTutorials  5 หลายเดือนก่อน +1

      Thanks for the feedback!
      And in this scenario (with the single Delegate) UPROPERTY() is not needed for the declaration.
      I was playing around with the different delegate types, and then the UPROPERTY() survived.

    • @VonchkynProduction
      @VonchkynProduction 5 หลายเดือนก่อน

      @@PobatoTutorials Ah, I see👍

  • @George_Panov_Moscow
    @George_Panov_Moscow 4 หลายเดือนก่อน +1

    спасибо!!😍

  • @TheFluid
    @TheFluid 8 วันที่ผ่านมา

    But what is a delegate handle?

  • @waqaswasi8621
    @waqaswasi8621 3 หลายเดือนก่อน +1

    how to use rteurn value from it? plz tell