Custom Event being fired for no reason at all!

I have a BP with a custom event. It is called from another BP. These are the ONLY two references to the event. I have breakpoints around and on the calling event mode, However, the custom event is still being triggered.

I have searched the project to make sure there were no other references to the Event, and there are none

Any thoughts as to how this can happen?

~Sterling

It is hard to guess without seeing the rest of the graph(the second screenshot.)

Nothing else is fired in the BP, as I have a breakpoint at the beginning. You can see for yourself, but you’ll have yo open it up in another window to zoom in on what’s going on.

I should point out that I have deleted the custom event and made a new one with a different name, so that anything that would have been calling it can’t, and the new one is still being called.

Silly question: Is there anyway for a custom event to be fired off even if not being called, such as there’s other interaction with the BP that contains it?

-Sterling

Did you already check the stack trace on this breakpoint?

Problem solved.

  • I was debugging a specific blueprint instance, so the debugger wasn’t stopping in all the BP’s call events, only if I happened to interact with a particular instance. I didn’t realize that the debugger worked this way.

Lesson learned.