How to change event target?

I copied a Blueprint from one project to another. Only problem is Even Restart broke in the process. I’m no longer calling the right target. How do I change the target of an event So that little gear thingy shows up on it, like the method on the right?

334924-eventrestart.png

334925-eventrestartdifftarg.png

little gear thingy

It’s an interface call. Target blueprint needs to implement the interface; this is done in Class Settings:

334926-screenshot-1.png

Found it under Class Settings. Thanks.