Custom Event not Connecting properly

I was following [this][1] very good tutorial and got until the very last step, which was to make a new custom event and use it on a bind event node for the Event Node, but I got an error saying Delagate is not compatible with delagate (by ref).
Any help would be nice as I’ve tried everything I can on my own.

1 Like

You have to make sure that the signature (Parameter List) matches the Signature of the Dispatcher.
Drag your Event Dispatcher into the Blueprint and click '“Assign”, it will automatically generate an Event for you

Thanks for the reply, is the Signature in Blueprint or the C++ code. I’m not sure where to find it since I made the Event in blueprint only

I have found the Solution (which was a slap on the head since it was so simple). Click and drag off the Event Dispatcher on the bind node, do not type in “Create Custom Event” as for some reason that did not work, instead click on the option that comes up first for creating a custom event and name what you desire.