Event Dispatchers in Flow Canvas

Forums 💬 FlowCanvas ⚙️ Support Event Dispatchers in Flow Canvas

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12024
    dryrel
    Participant

      Hi! I want to use Event Dispatchers (UE4/UE5) in Flow Canvas. How can I do this?

      #12025
      Gavalakis
      Keymaster

        Hello and sorry for the late reply.

        If you mean this -> https://d3kjluh73b9h9o.cloudfront.net/original/3X/0/5/051945c4cab2b0203f61d6c69e5e39a835e22eaa.jpeg

        Then the equivalent in FlowCanvas is the “Delegate Callback” node:
        [attachment file=”DelegateCallback.png”]

        To hook this up, you need to:

        1. Create a “Delegate Callback” event node.
        2. Get a reference to the += of an event. In this example I used “SceneManager.SceneLoaded”.
        3. Hook like the image 🙂

        There are also other more simpler ways to hook up to events directly as described here: https://flowcanvas.paradoxnotion.com/documentation/?section=events

        Let me know if the above is indeed what you were after.

        Thanks.

         

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.