UE5 C++ 44 - How To Create Event Dispatcher With C++? - Unreal Engine Tutorial CPP Delegate Callback

Sdílet
Vložit
  • čas přidán 15. 07. 2024
  • To create an event dispatcher in C++ and make it accessible in Blueprint, you'll need to use the DECLARE_DYNAMIC_MULTICAST_DELEGATE macro and then add a BlueprintAssignable variable in your class.
    Project Download: www.patreon.com/posts/unreal-...
    Dynamic Delegates: docs.unrealengine.com/5.3/en-...
    ────────────────────────────────────────────────────
    Playlist ► • How To? - Unreal Engin...
    Poll C++ ► forms.gle/Hh64WpUK6kcgX6SC8
    ────────────────────────────────────────────────────
    French Channel ► czcams.com/users/AlexQuevillon...
    English Channel ► czcams.com/users/AlexQuevillon...
    ────────────────────────────────────────────────────
    Discord ► / discord
    Patreon (Project Files) ► / alexquevillon
    CZcams Members ► / @alexquevillonen
    ────────────────────────────────────────────────────
    Unreal Engine Version ► 5.2
    ────────────────────────────────────────────────────
    0:00 Intro
    0:18 Includes
    1:15 Create singleton
    4:49 Create helper functions
    5:45 Create first event dispatcher
    11:06 Create second event dispatcher
    15:55 Create third event dispatcher
    19:20 Test
    24:52 Patreon Wall!
    #UnrealEngine #UE5 #UE5Tutorial #UE4 #UE4Tutorial
    UE5 C++ 44 - How To Create Event Dispatcher With C++? - Unreal Engine Tutorial CPP Delegate Callback Broadcast Bind
  • Věda a technologie

Komentáře • 3

  • @jani14jani
    @jani14jani Před 4 měsíci +1

    Amazing content, definitely deserves more views.
    It's hard to find good C++ UE tutorials so I appreciate this.

    • @AlexQuevillonEn
      @AlexQuevillonEn  Před 4 měsíci +2

      Thanks! :D
      Exactly why I'm focussing on these right now. There's enough blueprint content out there ^^

  • @user-en5oi2wt1z
    @user-en5oi2wt1z Před 3 měsíci

    good content but bro why you want to explain it so complicated and skip the part that you create blueprint