How to bind to inherited event dispatcher?

Your event binding needs to look more like this:

  • You’ll want a property that has a link to connection to the thing that will send you the message
  • The sender should obviously have an event dispatcher
  • Then bind to the event
  • Then drag of from the “Bind Event to…” node event pin onto the canvas
  • Select “Create Custom Event…”
  • This will create a handler that has the correct signature

Tommy.